@import 'http://at.alicdn.com/t/c/font_4786791_m4m2tt2d78.css';
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
  height: auto !important;
}

.am-paragraph-default embed {
  width: 100%;
  height: 64rem;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #c0c0c0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #f3f3e0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
button,
input,
select,
textarea {
  outline: none;
}
.am-container {
  max-width: 1400px;
  padding: 0;
}
font {
  color: #e40202;
}
.am-btn-primary {
  background-color: #0093dd;
  border-color: #0093dd;
}
html {
  -webkit-text-size-adjust: none;
  max-width: 100%;
  overflow-x: hidden;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layui-layer-page .layui-layer-content img {
  width: 100%;
}
.main {
  overflow: hidden;
}
.main .header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.3s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main .header .h_container {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  max-width: 1720px;
  margin: 0 auto;
}
.main .header .logo {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
}
.main .header .logo img {
  height: 23px;
  width: auto;
}
.main .header .header_center {
  display: inline-block;
}
.main .header .header_center .nav {
  height: 100px;
  line-height: 100px;
}
.main .header .header_center .nav ul {
  font-size: 0;
}
.main .header .header_center .nav li {
  display: inline-block;
  font-size: 16px;
  padding: 0 25px;
  position: relative;
}
.main .header .header_center .nav li a {
  color: #fff;
}
.main .header .header_center .nav li.active a {
  color: #fff;
  font-weight: bold;
}
.main .header .header_center .nav li:hover::after,
.main .header .header_center .nav li.active::after {
  width: 80px;
}
.main .header .header_center .nav li:after {
  content: '';
  width: 0;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .header .header_right {
  display: flex;
  align-items: center;
  height: 100px;
}
.main .header .header_right .search {
  display: inline-block;
  padding-right: 15px;
  padding-left: 40px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}
.main .header .header_right .search .iconfont {
  font-size: 15px;
  color: #fff;
}
.main .header .header_right .search .iconfont.icon-close {
  font-size: 18px;
}
.main .header .header_right .search span {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 10px;
  display: inline-block;
  height: 34px;
}
.main .header .header_right .search span:hover {
  color: #004ea2;
}
.main .header .header_right .search .search_group {
  position: relative;
  float: left;
  height: 100%;
  font-size: 0;
  width: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.main .header .header_right .search .search_group input {
  background: none;
  border: 1px solid #f7f7f7;
  border-radius: 17px;
  font-size: 16px;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 3em 0 1em;
  color: #fff;
}
.main .header .header_right .search .search_group button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
}
.main .header .header_right .search.show .search_group {
  width: 160px;
}
.main .header .header_right .lang {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.main .header .header_right .lang:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main .header .header_right .am-selected {
  width: auto;
}
.main .header .header_right .am-selected .am-selected-btn {
  border: none;
  padding: 0.22em 1em;
  line-height: 26px;
  outline: none;
  color: #fff;
}
.main .header .header_right .am-selected .am-selected-btn.am-active,
.main .header .header_right .am-selected .am-selected-btn:active,
.main .header .header_right .am-selected .am-selected-btn.am-dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main .header .header_right .am-selected .am-selected-btn:hover {
  color: #fff;
}
.main .header .header_right .am-selected.am-active .am-selected-btn {
  color: #fff;
}
.main .header .header_right .am-selected .am-selected-list li.am-checked .am-icon-check {
  color: #004ea2;
}
.main .header.scroll {
  background: #fff;
}
.main .header.scroll .header_center .nav li a {
  color: #333;
}
.main .header.scroll .header_center .nav li.active a {
  color: #333;
}
.main .header.scroll .header_center .nav li:after {
  background: #004ea2;
}
.main .header.scroll .header_right .search {
  color: #666;
}
.main .header.scroll .header_right .search .iconfont {
  color: #333;
}
.main .header.scroll .header_right .search .search_group input {
  border: 1px solid #999;
  color: #333;
}
.main .header.scroll .header_right .search .search_group button {
  color: #333;
}
.main .header.scroll .header_right .lang:before {
  background: #000000;
}
.main .header.scroll .header_right .am-selected .am-selected-btn {
  color: #333;
}
.main .header.scroll .header_right .am-selected .am-selected-btn.am-active,
.main .header.scroll .header_right .am-selected .am-selected-btn:active,
.main .header.scroll .header_right .am-selected .am-selected-btn.am-dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main .header.scroll .header_right .am-selected .am-selected-btn:hover {
  color: #004ea2;
}
.main .header.scroll .header_right .am-selected.am-active .am-selected-btn {
  color: #333;
}
.main .header.scroll .header_right .am-selected .am-selected-list li.am-checked .am-icon-check {
  color: #004ea2;
}
.main .header.scroll .header_right .menuBtn {
  color: #333;
}
.main .header.scroll .fullNav .header_right .search .search_group input {
  border: 1px solid #eee;
  color: #fff;
}
.main .header.scroll .fullNav .header_right .search .search_group button {
  color: #fff;
}
.main .header.scroll .fullNav .header_right .search .iconfont {
  color: #fff;
}
.main .header.scroll .fullNav .header_right .am-selected .am-selected-btn {
  color: #fff;
}
.main .header.scroll .fullNav .header_right .am-selected .am-selected-btn.am-active,
.main .header.scroll .fullNav .header_right .am-selected .am-selected-btn:active,
.main .header.scroll .fullNav .header_right .am-selected .am-selected-btn.am-dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
}
.main .header.scroll .fullNav .header_right .am-selected.am-active .am-selected-btn {
  color: #fff;
}
.main .header.scroll .fullNav .header_right .am-selected .am-selected-list li.am-checked .am-icon-check {
  color: #004ea2;
}
.main .header.scroll .fullNav .header_right .menuBtn {
  color: #fff;
}
.main .header.scroll .fullNav .header_right .lang:before {
  background: #ffffff;
}
.main .header .menuBtn {
  color: #fff;
  cursor: pointer;
  padding: 0 0 0 15px;
  font-size: 18px;
}
.main .header .fullNav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.98);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.main .header .fullNav.show {
  height: 100%;
}
.main .header .fullNav .top {
  height: 100px;
}
.main .header .fullNav .list {
  padding-top: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  gap: 20px;
  justify-content: space-between;
}
.main .header .fullNav .list a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .header .fullNav .list a:hover {
  color: #004ea2;
}
.main .header .fullNav .list .nav_item .title {
  color: #fff;
  line-height: 1;
  font-size: 28px;
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 40px;
}
.main .header .fullNav .list .nav_item .title:after {
  content: '';
  width: 12px;
  height: 4px;
  background: #004ea2;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 4px;
}
.main .header .fullNav .list .nav_item li {
  line-height: 36px;
  font-size: 1.6rem;
}
.main .footer .top {
  background: url(../images/footBg.jpg) no-repeat center center;
  background-size: cover;
  height: 490px;
}
.main .footer .top .l {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  padding-top: 85px;
}
.main .footer .top .l .nav_item + .nav_item {
  margin-left: 94px;
}
.main .footer .top .l .nav_item .title {
  color: #000;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.main .footer .top .l .nav_item .nav_list {
  margin-top: 43px;
}
.main .footer .top .l .nav_item .nav_list li {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-bottom: 18px;
}
.main .footer .top .l .nav_item .nav_list a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .footer .top .l .nav_item .nav_list a:hover {
  color: #004ea2;
}
.main .footer .top .r {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  padding-top: 78px;
  gap: 20px;
}
.main .footer .top .r .qrcode_item img {
  width: 120px;
  aspect-ratio: 1/1;
}
.main .footer .top .r .qrcode_item p {
  color: #666;
  font-size: 14px;
  margin-top: 14px;
}
.main .footer .copyright {
  color: #fff;
  background: #004ea2;
}
.main .footer .copyright .l,
.main .footer .copyright .r {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  height: 100px;
  font-size: 14px;
}
.main .footer .copyright .footLogo {
  margin-right: 30px;
}
.main .am-header {
  background: rgba(255, 255, 255, 0.6);
  z-index: 99;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
}
.main .am-header .am-btn {
  background: none;
  font-size: 125%;
  outline: none;
  color: #333;
}
.main .am-header .am-header-title a {
  color: #fff;
}
.main .am-header .am-header-left a {
  color: #333;
  padding-right: 1rem;
}
.main .am-offcanvas-bar {
  background: #004ea2;
}
.main .am-offcanvas-bar:after {
  background: #004ea2;
}
.main .am-offcanvas-bar .am-menu-sub {
  background: #0360c4;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main .am-offcanvas-bar .am-menu-sub a {
  color: #fff;
}
.main .am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main .am-offcanvas-bar .am-menu-nav > .am-open > a {
  background-color: #0360c4 !important;
}
.main .am-offcanvas-bar .am-menu-nav > li:first-child a {
  border-top: 1px solid none;
}
.main .am-offcanvas-bar .am-menu-nav > li > a {
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.main .am-offcanvas-bar .am-menu-nav > .am-open > a,
.main .am-offcanvas-bar .am-menu-nav > li > a:focus,
.main .am-offcanvas-bar .am-menu-nav > li > a:hover {
  background: #004ea2;
}
.main .am-offcanvas-bar .aside {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3rem;
  right: 1rem;
  font-size: 1.4rem;
}
.main .am-offcanvas-bar .aside a {
  color: #fff;
}
.main .common_banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.main .common_banner img {
  width: 100%;
}
.main .common_banner .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .common_banner .wrap .am-container {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  width: 100%;
  position: relative;
}
.main .common_banner .wrap .words {
  color: #fff;
}
.main .common_banner .wrap .words h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
}
.main .common_banner .wrap .words p {
  font-size: 30px;
  line-height: 1;
  margin-top: 40px;
}
.main .route_bar {
  background: #f6f6f6;
}
.main .route_bar .am-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  justify-content: center;
}
.main .route_bar ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  gap: 70px;
}
.main .route_bar ul li a {
  display: block;
  padding: 0 10px;
  font-size: 1.6rem;
  height: 80px;
  line-height: 80px;
  color: #000;
  position: relative;
}
.main .route_bar ul li a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #004ea2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .route_bar ul li:hover a,
.main .route_bar ul li.active a {
  color: #004ea2;
}
.main .route_bar ul li:hover a:after,
.main .route_bar ul li.active a:after {
  width: 80px;
}
.main .breadcrumb {
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin-bottom: 0;
}
.main .breadcrumb > li {
  font-size: 1.4rem;
}
.main .breadcrumb > li [class*='am-icon-']:before {
  color: #999;
}
.main .breadcrumb > li + li:before {
  content: '/';
  padding: 0 4px;
}
.main .breadcrumb a {
  color: #999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .breadcrumb a:hover {
  color: #004ea2;
}
.main .breadcrumb .am-active {
  color: #333;
}
.main .breadcrumb .sub_nav {
  float: right;
  height: 100%;
  font-size: 0;
}
.main .breadcrumb .sub_nav li {
  display: inline-block;
}
.main .breadcrumb .sub_nav li.active a {
  color: #004ea2;
  background: #fff;
}
.main .breadcrumb .sub_nav a {
  color: #666;
  padding: 0 30px;
  font-size: 1.4rem;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .breadcrumb .sub_nav a:hover {
  color: #004ea2;
  background: #fff;
}
.main .breadcrumb .back {
  float: right;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(-90deg, #008f18 0%, #51aa19 47%, #a2c419 100%), linear-gradient(#0b653f, #0b653f);
  background-blend-mode: normal, normal;
  border-radius: 20px;
  color: #fff;
  margin: 10px 0;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.main .breadcrumb .back:hover {
  box-shadow: 1px 1px 10px rgba(0, 143, 24, 0.25);
}
.main .breadcrumb .back .iconfont {
  font-size: 1.8rem;
}
.main .am-pagination {
  margin: 0;
}
.main .am-pagination li a {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 48px;
  font-size: 15px;
  color: #666;
  border-radius: 24px;
}
.main .am-pagination li + li {
  margin-left: 6px;
}
.main .am-pagination li.page a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border: solid 1px #dbdbdb;
}
.main .am-pagination li:not(.page) a {
  width: 90px;
  border: solid 1px #dbdbdb;
}
.main .am-pagination li.am-active a {
  background-color: #004ea2;
  border-color: #004ea2;
  color: #fff;
}
.main .join_title {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.main .join_title h2 {
  margin: 0 auto;
  position: relative;
  font-size: 40px;
  line-height: 1;
  color: #333;
}
.main .join_title h2:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/circle.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
.main .join_title h2 span {
  padding: 0 30px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.main .join_title h2 span::before,
.main .join_title h2 span::after {
  content: '';
  width: 140px;
  height: 2px;
  position: absolute;
  top: 50%;
}
.main .join_title h2 span::before {
  left: 0;
  transform: translate(calc(-100% - 10px), -50%);
  background: url(../images/line_l.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.main .join_title h2 span::after {
  right: 0;
  transform: translate(calc(100% + 10px), -50%);
  background: url(../images/line_r.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.news_main .news_container {
  padding-bottom: 108px;
}
.news_main .news_container .list {
  padding: 50px 0 10px;
}
.news_main .news_container .list li {
  margin-bottom: 40px;
}
.news_main .news_container .list li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .news_container .list li:hover a {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.news_main .news_container .list li:hover a img {
  transform: scale(1.05);
}
.news_main .news_container .list li:hover .info .title {
  color: #004ea2;
}
.news_main .news_container .list li:hover .info .attr .icon {
  background-color: #004ea2;
  border-color: #004ea2;
  color: #fff;
  transform: rotate(45deg);
}
.news_main .news_container .list li:hover .info .attr .icon .iconfont {
  color: #fff;
}
.news_main .news_container .list li:last-child {
  float: left;
}
.news_main .news_container .list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .news_container .list span.am-block {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news_main .news_container .list span.am-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 78, 162, 0.5) 0%, rgba(0, 78, 162, 0) 50%);
  z-index: 2;
}
.news_main .news_container .list .info {
  height: 220px;
  background-color: #f6f6f6;
  padding: 27px 30px;
}
.news_main .news_container .list .info .label {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  margin-bottom: 24px;
}
.news_main .news_container .list .info .label span {
  color: #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.news_main .news_container .list .info .title {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  height: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .news_container .list .info .attr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 18px;
  height: 46px;
}
.news_main .news_container .list .info .attr .date {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
.news_main .news_container .list .info .attr .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: solid 1px #999999;
  text-align: center;
  line-height: 46px;
  color: #004ea2;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .news_container .list .info .attr .icon .iconfont {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.new_details_main {
  background: #feffff;
}
.new_details_main .new_details_container {
  padding-bottom: 198px;
  max-width: 1200px;
}
.new_details_main .article_info .title {
  font-size: 60px;
  line-height: 80px;
  color: #333;
  margin-top: 30px;
}
.new_details_main .article_info .attrs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 36px;
  padding-bottom: 50px;
}
.new_details_main .article_info .attrs .l {
  color: #666;
  font-size: 15px;
  line-height: 15px;
}
.new_details_main .article_info .attrs .r {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 20px;
}
.new_details_main .article_info .attrs .r span {
  font-size: 15px;
  line-height: 15px;
  color: #666;
}
.new_details_main .article_info .attrs .r a {
  color: #666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
  cursor: pointer;
}
.new_details_main .article_info .attrs .r a:hover {
  color: #004ea2;
  opacity: 1;
}
.new_details_main .article_info .attrs .r .wechat {
  position: relative;
}
.new_details_main .article_info .attrs .r .wechat .qrcode {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new_details_main .article {
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  padding: 36px 0 36px;
}
.new_details_main .article .am-paragraph-default p {
  font-size: 16px;
  color: #444;
  line-height: 36px;
}
.new_details_main .article_foot {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.new_details_main .article_foot .l p {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.new_details_main .article_foot .l p + p {
  margin-top: 0.8em;
}
.new_details_main .article_foot .l p,
.new_details_main .article_foot .l a {
  color: #444;
  font-size: 18px;
  line-height: 1;
}
.new_details_main .article_foot .l a:hover {
  color: #004ea2;
}
.new_details_main .article_foot .back {
  width: 160px;
  height: 48px;
  background-color: #333333;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  line-height: 48px;
}
.new_details_main .article_foot .back:hover {
  background-color: #004ea2;
}
.contact_main {
  /* 隐藏百度图片Logo */
  /* 隐藏文字信息 */
}
.contact_main .BMap_cpyCtrl {
  display: none;
}
.contact_main .anchorBL {
  display: none;
}
.contact_main .map_container {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.contact_main .mapWrap {
  height: 100%;
  width: 100%;
}
.contact_main .mapWrap #map {
  height: auto;
  width: 100%;
  display: block;
}
.contact_main .mapWrap .marker {
  position: absolute;
  top: 16.8vw;
  left: 21.3vw;
}
.contact_main .contentWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact_main .infoWrap {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  justify-content: flex-end;
}
.contact_main .companyInfo {
  width: 440px;
  height: 540px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 48px 40px 72px;
  border-radius: 8px;
}
.contact_main .companyInfo .title {
  font-size: 40px;
  color: #333;
  line-height: 1;
  font-weight: normal;
}
.contact_main .companyInfo li {
  height: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
}
.contact_main .companyInfo li .icon {
  width: 33px;
  height: auto;
  margin-right: 20px;
}
.contact_main #message {
  height: 720px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  margin-top: 100px;
  margin-bottom: 180px;
}
.contact_main #message .l {
  width: 29%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.contact_main #message .l img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.contact_main #message .r {
  width: 63.37%;
  color: #333;
  padding-right: 62px;
}
.contact_main #message .r .title {
  font-size: 40px;
  line-height: 1;
  padding: 50px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
}
.contact_main #message .r .title small {
  font-size: 1.6rem;
  margin-left: 24px;
}
.contact_main #message .am-form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.contact_main #message .am-form .am-form-group {
  width: calc(50% - 25px);
  margin-bottom: 0;
}
.contact_main #message .am-form .am-form-group.am-block {
  width: 100%;
}
.contact_main #message .am-form .am-form-group input {
  height: 50px;
  background-color: #f6f6f6;
  line-height: 50px;
  border-color: #f6f6f6;
  padding: 0 24px;
  font-size: 1.6rem;
}
.contact_main #message .am-form .am-form-group textarea {
  height: 150px;
  background-color: #f6f6f6;
  line-height: 1.5;
  border-color: #f6f6f6;
  padding: 12px 24px 0;
  font-size: 1.6rem;
}
.contact_main #message .am-form .am-form-group.verify {
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contact_main #message .am-form .am-form-group.verify a {
  width: 98px;
  height: 48px;
  border: 1px solid #f6f6f6;
  margin-left: 20px;
}
.contact_main #message .am-form .am-form-group.verify a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_main #message .am-form .am-form-group.last {
  margin-top: 30px;
}
.contact_main #message .am-form .am-form-group .submit {
  width: 260px;
  height: 50px;
  background-color: #004ea2;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_main #message .am-form .am-form-group .submit:hover {
  background-color: #0b62be;
}
.service_main .service_container {
  margin: 100px auto 120px;
}
.service_main .service_container .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  position: relative;
  width: 100%;
  justify-content: center;
}
.service_main .service_container .wrap .img {
  display: block;
}
.service_main .service_container .wrap .words {
  position: absolute;
  width: 448px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-direction: column;
}
.service_main .service_container .wrap .words .icon {
  width: 100px;
  height: 100px;
}
.service_main .service_container .wrap .words .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service_main .service_container .wrap .words .title {
  color: #333;
  font-size: 32px;
  line-height: 1;
  padding: 28px 0 34px;
}
.service_main .service_container .wrap .words .text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  line-height: 30px;
}
.service_main .service_container .wrap .words.word1 {
  top: 0;
  left: 0;
  align-items: flex-start;
}
.service_main .service_container .wrap .words.word2 {
  top: 0;
  right: 0;
  align-items: flex-end;
  width: 480px;
  text-align: right;
}
.service_main .service_container .wrap .words.word3 {
  bottom: 0;
  left: 0;
  align-items: flex-start;
}
.service_main .service_container .wrap .words.word4 {
  bottom: 0;
  right: 0;
  align-items: flex-end;
  text-align: right;
}
.service_main .aside_banner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.service_main .aside_banner .item {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.service_main .aside_banner .item img {
  width: 100%;
  height: auto;
}
.service_main .aside_banner .item .words {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  justify-content: center;
}
.service_main .aside_banner .item .words p {
  font-size: 40px;
  color: #fff;
}
#modal-1 .am-modal-dialog {
  background: #fff url(../images/dialog_bg1_03.png) no-repeat;
  border-radius: 16px;
  overflow: hidden;
  width: 960px;
  max-width: 100%;
  background-size: 100% auto;
  background-position: 0 0;
}
#modal-1 .am-modal-dialog .am-modal-hd {
  padding: 40px 0 32px;
}
#modal-1 .am-modal-dialog .am-modal-hd .title {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
#modal-1 .am-modal-dialog .am-modal-hd .am-close {
  color: #fff;
  font-size: 40px;
  width: 40px;
  line-height: 1;
  opacity: 1;
  transform-origin: center;
}
#modal-1 .am-modal-dialog .am-modal-bd {
  padding: 0 30px 30px;
}
#modal-1 .am-modal-dialog .am-modal-bd .words {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 78, 162, 0.2);
  border-radius: 16px;
  border: solid 1px rgba(255, 255, 255, 0.85);
  text-align: left;
  padding: 36px 28px;
  color: #333;
  line-height: 40px;
  font-size: 1.6rem;
}
#modal-2 .am-modal-dialog {
  width: 850px;
  max-width: 100%;
}
#modal-2 .am-modal-dialog .am-modal-hd {
  padding: 106px 0;
  background: url(../images/dialog_bg2_03.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}
#modal-2 .am-modal-dialog .am-modal-hd .title {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
#modal-2 .am-modal-dialog .am-modal-hd .am-close {
  color: #fff;
  font-size: 40px;
  width: 40px;
  line-height: 1;
  opacity: 1;
  transform-origin: center;
}
#modal-2 .am-modal-dialog .am-modal-bd {
  padding: 36px 33px;
  background: #fff;
}
#modal-2 .am-modal-dialog .am-modal-bd .words {
  text-align: left;
  color: #333;
  line-height: 40px;
}
.maintenance_main {
  --w: 340px;
  --p: 68px;
}
.maintenance_main .bg_wrap {
  background: url(../images/article_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.maintenance_main .bg_wrap .am-container {
  max-width: 1200px;
}
.maintenance_main .article_wrap {
  margin: 60px 0 75px;
  overflow: hidden;
}
.maintenance_main .article_wrap .articleMenu {
  width: var(--w) !important;
  background: #fff;
  box-shadow: 0px 2px 10px 0px #e6e6e6;
  border-radius: 8px;
  z-index: 2;
  overflow: hidden;
  position: relative;
  padding: 30px 24px;
  margin-bottom: 80px !important;
}
.maintenance_main .article_wrap .articleMenu:before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #004ea2;
}
.maintenance_main .article_wrap .articleMenu .title {
  color: #333;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 34px;
}
.maintenance_main .article_wrap .articleMenu li a {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.maintenance_main .article_wrap .articleMenu li a.am-active {
  color: #004ea2;
  border-color: #004ea2;
  font-weight: bold;
}
.maintenance_main .article_wrap .articleMenu li + li {
  margin-top: 20px;
}
.maintenance_main .article_wrap article {
  width: calc(100% - var(--w) - var(--p));
  color: #333;
}
.case_main .case_container {
  padding-bottom: 108px;
}
.case_main .case_container .list {
  padding: 50px 0 10px;
}
.case_main .case_container .list li {
  margin-bottom: 40px;
}
.case_main .case_container .list li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case_main .case_container .list li:hover a {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.case_main .case_container .list li:hover a img {
  transform: scale(1.05);
}
.case_main .case_container .list li:hover .info .title {
  color: #004ea2;
}
.case_main .case_container .list li:hover .info .attr .icon {
  background-color: #004ea2;
  border-color: #004ea2;
  color: #fff;
  transform: rotate(45deg);
}
.case_main .case_container .list li:hover .info .attr .icon .iconfont {
  color: #fff;
}
.case_main .case_container .list li:last-child {
  float: left;
}
.case_main .case_container .list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case_main .case_container .list span.am-block {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.case_main .case_container .list span.am-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 78, 162, 0.5) 0%, rgba(0, 78, 162, 0) 50%);
  z-index: 2;
}
.case_main .case_container .list .info {
  height: 220px;
  background-color: #f6f6f6;
  padding: 27px 30px;
}
.case_main .case_container .list .info .label {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  margin-bottom: 24px;
}
.case_main .case_container .list .info .label span {
  color: #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.case_main .case_container .list .info .title {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  height: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case_main .case_container .list .info .attr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 18px;
  height: 46px;
}
.case_main .case_container .list .info .attr .date {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
.case_main .case_container .list .info .attr .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: solid 1px #999999;
  text-align: center;
  line-height: 46px;
  color: #004ea2;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case_main .case_container .list .info .attr .icon .iconfont {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.case_main .case_container .list .info {
  height: 160px;
  padding: 35px 30px;
}
.case_main .case_container .list .info .case_title {
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 18px;
}
.case_main .case_container .list .info .attr {
  position: relative;
  display: block;
}
.case_main .case_container .list .info .attr .attr_item {
  display: block;
  color: #111111;
  opacity: 0.65;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_main .case_container .list .info .attr .item1 {
  margin-right: 50px;
}
.case_main .case_container .list .info .attr .icon {
  position: absolute;
  width: 46px;
  height: 46px;
  top: -9px;
  right: 0px;
}
.case_main .case_container .list li:hover .info .case_title {
  color: #004ea2;
}
.outlets_main {
  --listWidth: 480px;
  --pb: 136px;
}
.outlets_main .outlets_container {
  padding-bottom: var(--pb);
}
.outlets_main .outlets_container .main_title {
  line-height: 1;
  padding: 74px 0 60px;
  font-size: 40px;
  color: #333;
  text-align: center;
}
.outlets_main .outlets_container .wrap {
  position: relative;
}
.outlets_main .outlets_container .l {
  width: var(--listWidth);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f9f9f9;
}
.outlets_main .outlets_container .l .filter {
  height: 80px;
  background-color: #333333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  display: flex;
}
.outlets_main .outlets_container .l .filter .am-selected {
  width: 24%;
}
.outlets_main .outlets_container .l .filter .am-selected .am-btn {
  padding: 11px 1em;
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.4);
}
.outlets_main .outlets_container .l .filter .am-btn-default.am-active,
.outlets_main .outlets_container .l .filter .am-btn-default:active,
.outlets_main .outlets_container .l .filter .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
  background: rgba(255, 255, 255, 0.05);
}
.outlets_main .outlets_container .l .filter .input-group {
  position: relative;
}
.outlets_main .outlets_container .l .filter .input-group input {
  border-radius: 4px;
  background: #333;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.25);
  display: block;
  padding: 0 30px 0 10px;
  color: rgba(255, 255, 255, 0.4);
}
.outlets_main .outlets_container .l .filter .input-group .am-icon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.outlets_main .outlets_container .l .result_list {
  overflow-y: auto;
  height: calc(100% - 80px);
}
.outlets_main .outlets_container .l .result_list::-webkit-scrollbar {
  width: 5px;
  height: 0;
}
.outlets_main .outlets_container .l .result_list::-webkit-scrollbar-thumb {
  background: #004ea2;
}
.outlets_main .outlets_container .l .result_list::-webkit-scrollbar-track {
  background: #eee;
}
.outlets_main .outlets_container .l .result_list li {
  border-bottom: 1px solid #efefef;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  padding: 0 24px;
  height: 110px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.outlets_main .outlets_container .l .result_list li .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.outlets_main .outlets_container .l .result_list li .info {
  flex: 1;
  padding-left: 24px;
}
.outlets_main .outlets_container .l .result_list li .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 4px;
}
.outlets_main .outlets_container .l .result_list li .address {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 2.6em;
  color: #666;
  position: relative;
  text-indent: 1.5em;
  font-size: 1.4rem;
}
.outlets_main .outlets_container .l .result_list li .address::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../images/after_icon2.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.outlets_main .outlets_container .l .result_list li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(1px);
}
.outlets_main .outlets_container .l .result_list li:hover .name {
  color: #004ea2;
}
.outlets_main .outlets_container .r {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding-left: var(--listWidth);
}
.outlets_main .outlets_container .r .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.outlets_main .outlets_container .r .outlets_map {
  width: 100%;
  height: auto;
}
.outlets_main .outlets_container .r .dot_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.outlets_main .outlets_container .r .dot_list li {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f01f18;
  outline: 5px solid rgba(240, 31, 24, 0.2);
  box-sizing: content-box;
  position: absolute;
}
.outlets_main .outlets_container .r .dot_list li.animate {
  animation: defaultDot 1s ease-in-out infinite;
}

@keyframes defaultDot {
  0%,
  100% {
    background: #f01f18;
    outline-color: rgba(240, 31, 24, 0.2);
    outline-width: 5px;
    transform: scale(1);
  }
  50% {
    background: #f01f18;
    outline-color: rgba(240, 31, 24, 0.5);
    outline-width: 8px;
    transform: scale(1.1);
  }
}
.outlets_main .outlets_container .r .dot_list li.active {
  animation: activeDot 1s ease-in-out infinite;
  animation-delay: 0s;
}
@keyframes activeDot {
  0%,
  100% {
    background: #1852f0;
    outline-color: rgba(24, 82, 240, 0.2);
    outline-width: 5px;
    transform: scale(1);
  }
  50% {
    background: #1852f0;
    outline-color: rgba(24, 82, 240, 0.8);
    outline-width: 8px;
    transform: scale(1.1);
  }
}
.join_main .join_container {
  padding: 68px 0 130px;
}
.join_main .join_container img {
  width: 100%;
  height: auto;
}
.join_main .join_container img + img {
  margin-top: 20px;
}
.specialHeader {
  padding-top: 100px;
}
.specialHeader .header {
  background: #fff;
}
.job_main {
  padding-top: 100px;
  background: #feffff;
}
.job_main .header {
  background: #fff;
}
.job_main .recruitment_banner {
  height: 750px;
  width: 100%;
  position: relative;
}
.job_main .recruitment_banner .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.job_main .recruitment_banner .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-direction: column;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.job_main .recruitment_banner .wrap .words {
  color: #fff;
  padding-top: 200px;
}
.job_main .recruitment_banner .wrap .words h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
}
.job_main .recruitment_banner .wrap .words p {
  font-size: 30px;
  margin-top: 38px;
  line-height: 1;
}

.job_main .recruitment_banner .wrap .words2 {
  padding-top: 1rem;
  color: #004ea2;
}

.job_main .recruitment_banner .wrap .words2 a {
  padding-left: 1rem;
  color: #474747;
}

.job_main .recruitment_banner .wrap .search_group {
  margin-top: 74px;
  height: 50px;
  line-height: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 660px;
  max-width: 100%;
  padding: 0 10px;
}
.job_main .recruitment_banner .wrap .search_group input {
  height: 100%;
  border-radius: 4px;
  background: #fff;
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 0 18px;
  border-right: none;
  color: #333;
  font-size: 1.6rem;
  flex-grow: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job_main .recruitment_banner .wrap .search_group input:focus,
.job_main .recruitment_banner .wrap .search_group input:active {
  box-shadow: 0px 2px 20px rgba(0, 78, 162, 0.15);
}
.job_main .recruitment_banner .wrap .search_group input:focus + button,
.job_main .recruitment_banner .wrap .search_group input:active + button {
  box-shadow: 0px 2px 20px rgba(0, 78, 162, 0.15);
}
.job_main .recruitment_banner .wrap .search_group button {
  height: 100%;
  border-radius: 4px;
  background: #004ea2;
  border: none;
  padding: 0 10px;
  color: #fff;
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 140px;
  border-top-left-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom-left-radius: 0;
}
.job_main .recruitment_banner .wrap .search_group button .iconfont {
  margin-right: 11px;
}
.job_main .recruitment_banner .wrap .search_group button:hover {
  background: #005ab4;
}
.job_main .job_container {
  padding: 64px 0 127px;
}
.job_main .job_container .l {
  width: 100%;
}
.job_main .job_container .l .head {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.job_main .job_container .l .head .title {
  font-size: 40px;
  line-height: 1;
  color: #333;
}
.job_main .job_container .l .head .more {
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
.job_main .job_container .l .job_list {
  margin-top: 23px;
  font-size: 16px;
}
.job_main .job_container .l .job_list > thead {
  background: #f5f5f5;
}
.job_main .job_container .l .job_list > thead > tr > th {
  border-bottom: none;
  font-size: 18px;
  line-height: 1;
  color: #333;
  padding: 31px 20px;
  font-weight: normal;
}
.job_main .job_container .l .job_list > tbody > tr > td,
.job_main .job_container .l .job_list > tfoot > tr > td,
.job_main .job_container .l .job_list > thead > tr > td,
.job_main .job_container .l .job_list > tbody > tr > th,
.job_main .job_container .l .job_list > tfoot > tr > th,
.job_main .job_container .l .job_list > thead > tr > th {
  border-top: none;
  text-align: center;
}
.job_main .job_container .l .job_list > tbody > tr > td:first-child,
.job_main .job_container .l .job_list > tfoot > tr > td:first-child,
.job_main .job_container .l .job_list > thead > tr > td:first-child,
.job_main .job_container .l .job_list > tbody > tr > th:first-child,
.job_main .job_container .l .job_list > tfoot > tr > th:first-child,
.job_main .job_container .l .job_list > thead > tr > th:first-child {
  padding-left: 40px;
  text-align: left;
}
.job_main .job_container .l .job_list > tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.job_main .job_container .l .job_list > tbody tr > td {
  padding: 27px 20px;
  color: #666;
  font-size: 1.6rem;
}
.job_main .job_container .r {
  width: 29.1%;
}
.job_main .job_container .r .company_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.job_main .job_container .r .company_list a {
  background: #eee;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.job_main .job_container .r .company_list a .compony_img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job_main .job_container .r .company_list a span {
  color: #333;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job_main .job_container .r .company_list a:hover .compony_img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.job_main .job_container .r .company_list a:hover span {
  color: #004ea2;
}
.job_details_main {
  padding-top: 100px;
  background: #feffff;
}
.job_details_main .header {
  background: #fff;
}
.job_details_main .job_details_container {
  max-width: 1200px;
  padding-bottom: 120px;
}
.job_details_main .header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.job_details_main .filter {
  background: #666;
  padding: 20px;
}
.job_details_main .filter .input_group {
  height: 60px;
  line-height: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.job_details_main .filter .input_group input {
  height: 100%;
  background: #fff;
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 0 18px;
  border-right: none;
  color: #333;
  font-size: 1.6rem;
  flex-grow: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job_details_main .filter .input_group button {
  height: 100%;
  background: #004ea2;
  border: none;
  padding: 0 10px;
  color: #fff;
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 140px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job_details_main .filter .input_group button .iconfont {
  margin-right: 11px;
}
.job_details_main .filter .input_group button:hover {
  background: #005ab4;
}
.job_details_main .job_type {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  margin-top: 30px;
  align-items: flex-start;
}
.job_details_main .job_type .label {
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}
.job_details_main .job_type .job_type_list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-wrap: wrap;
  gap: 16px;
}
.job_details_main .job_type .job_type_list li {
  display: block;
  padding: 0 12px;
  background: #f8f8f8;
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.job_details_main .job_type .job_type_list li.active,
.job_details_main .job_type .job_type_list li:hover {
  border-color: #004ea2;
  color: #004ea2;
  font-weight: bold;
  background-color: rgba(0, 84, 164, 0.1);
}
.job_details_main .job_total {
  height: 64px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 0 20px;
  margin-top: 30px;
  background: #f8f8f8;
}
.job_details_main .job_total .title {
  font-size: 26px;
  line-height: 1;
  color: #333;
}
.job_details_main .job_total .r {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
  height: 18px;
}
.job_details_main .job_total .r span {
  font-size: 14px;
  line-height: 1;
}
.job_details_main .job_total .r b {
  font-size: 18px;
  line-height: 1;
  color: #004ea2;
  font-weight: normal;
  padding: 0 4px;
}
.job_details_main .table_list {
  margin-top: 16px;
}
.job_details_main .table_list .td {
  color: #666;
}
.job_details_main .table_list .thead {
  background: #f5f5f5;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  display: table;
  width: 100%;
}
.job_details_main .table_list .thead .td {
  color: #333;
}
.job_details_main .table_list .thead .td,
.job_details_main .table_list .am-accordion-title .td {
  text-align: center;
  color: #666;
  display: table-cell;
  padding: 0 20px;
}
.job_details_main .table_list .thead .td:first-child,
.job_details_main .table_list .am-accordion-title .td:first-child {
  width: 25%;
  text-align: left;
}
.job_details_main .table_list .thead .td:nth-child(2),
.job_details_main .table_list .am-accordion-title .td:nth-child(2) {
  width: 17.5%;
}
.job_details_main .table_list .thead .td:nth-child(3),
.job_details_main .table_list .am-accordion-title .td:nth-child(3) {
  width: 17.5%;
}
.job_details_main .table_list .thead .td:nth-child(4),
.job_details_main .table_list .am-accordion-title .td:nth-child(4) {
  width: 20%;
}
.job_details_main .table_list .thead .td:nth-child(5),
.job_details_main .table_list .am-accordion-title .td:nth-child(5) {
  width: 20%;
}
.job_details_main .table_list .am-accordion-title {
  border-bottom: 1px dashed rgba(220, 220, 220, 0.5);
  display: table;
  width: 100%;
}
.job_details_main .table_list .am-accordion-title .td {
  font-size: 1.6rem;
  padding: 27px 20px;
}
.job_details_main .table_list .am-accordion-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-wrap: wrap;
  padding: 48px 0;
}
.job_details_main .table_list .am-accordion-content .l,
.job_details_main .table_list .am-accordion-content .r {
  flex: 1;
  flex-shrink: 0;
  padding: 0 20px;
  font-size: 1.6rem;
}
.job_details_main .table_list .am-accordion-content .title {
  color: #004ea2;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1em;
}
.job_details_main .table_list .am-accordion-content .bottom {
  width: 100%;
  padding: 0 20px;
  margin-top: 30px;
}
.job_details_main .table_list .am-accordion-content p {
  font-size: 1.6rem;
  color: #666;
  line-height: 2.5;
}
.job_details_main .table_list .am-accordion-content .btn {
  height: 40px;
  line-height: 40px;
  background: #004ea2;
  color: #fff;
  font-size: 1.4rem;
  display: inline-flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job_details_main .table_list .am-accordion-content .btn span {
  padding: 0 30px;
  border-right: solid 2px #fff;
  display: block;
}
.job_details_main .table_list .am-accordion-content .btn .iconfont {
  width: 40px;
  text-align: center;
  display: block;
  font-size: 1.4rem;
}
.job_details_main .table_list .am-accordion-content .btn:hover {
  background: #005ab4;
}
.job_details_main .table_list .pagination {
  margin-top: 40px;
}
.school_recruitment_main {
  max-height: 100vh;
  overflow: hidden;
}
.school_recruitment_main .header .header_center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.school_recruitment_main .header .header_center .nav li + li {
  margin-left: 30px;
}
.school_recruitment_main .header .header_center .nav li a {
  color: #333;
}
.school_recruitment_main .header .header_center .nav li.active a {
  color: #004ea2;
}
.school_recruitment_main .header .header_center .nav li:after {
  content: '';
  background: #004ea2;
  position: absolute;
}
.school_recruitment_main .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.school_recruitment_main .footer .copyright {
  background: none;
  padding-bottom: 16px;
}
.school_recruitment_main .footer .copyright .l,
.school_recruitment_main .footer .copyright .r {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  height: auto;
  font-size: 14px;
}
.school_recruitment_main .footer .copyright .footLogo {
  height: 12px;
  width: auto;
}
.school_recruitment_main .footer .copyright p,
.school_recruitment_main .footer .copyright .r {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}
.school_recruitment_main .school_recruitment_banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.school_recruitment_main .school_recruitment_banner .swiper-container-horizontal > .swiper-pagination-bullets,
.school_recruitment_main .school_recruitment_banner .swiper-pagination-custom,
.school_recruitment_main .school_recruitment_banner .swiper-pagination-fraction {
  bottom: 70px;
}
.school_recruitment_main .school_recruitment_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.school_recruitment_main .school_recruitment_banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}
.school_recruitment_main .school_recruitment_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.join_flow_main {
  padding-top: 100px;
  background: #feffff;
}
.join_flow_main .header {
  background: #fff;
}
.join_flow_main .header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.join_flow_main .join_flow_container {
  margin-bottom: 166px;
  position: relative;
  min-height: calc(100vh - 166px - 200px);
}
.join_flow_main .join_flow_container::before {
  content: url(/assets/images/flow_bg_02.jpg);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1920px;
  height: auto;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.join_flow_main .join_flow_container .am-container {
  max-width: 1200px;
}
.join_flow_main .join_flow_container .join_title {
  margin-top: 24px;
  margin-bottom: 120px;
}
.join_flow_main .join_flow_container .join_flow_content img {
  width: 100%;
  height: auto;
}
.join_flow_main .join_flow_container .join_flow_content img + img {
  margin-top: 20px;
}
.join_schedule_main {
  padding-top: 100px;
  background: #feffff;
}
.join_schedule_main .header {
  background: #fff;
}
.join_schedule_main .header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.join_schedule_main .join_schedule_container {
  min-height: calc(100vh - 200px);
}
.join_schedule_main .join_schedule_container .join_title {
  margin-top: 24px;
  margin-bottom: 50px;
}
.join_schedule_main .join_schedule_container .join_schedule {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  min-height: calc(100vh - 200px - 74px - 100px);
}
.join_schedule_main .join_schedule_container .join_schedule ul {
  padding-left: 30px;
  margin-top: 80px;
  border-left: solid 2px #ccc;
  position: relative;
  min-height: 100%;
}
.join_schedule_main .join_schedule_container .join_schedule ul::before {
  content: '';
  position: absolute;
  left: -16px;
  top: -82px;
  width: 30px;
  height: 82px;
  background: url(../images/timeline_top_03.jpg) no-repeat;
  background-size: 100%;
}
.join_schedule_main .join_schedule_container .join_schedule ul li {
  padding-bottom: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-start;
}
.join_schedule_main .join_schedule_container .join_schedule ul .date {
  font-size: 28px;
  line-height: 1;
  color: #00c2a4;
  font-weight: bold;
  position: relative;
}
.join_schedule_main .join_schedule_container .join_schedule ul .date::before {
  content: '';
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 5px #fff;
  background: #004ea2;
  z-index: 2;
}
.join_schedule_main .join_schedule_container .join_schedule ul .info {
  margin-left: 30px;
}
.join_schedule_main .join_schedule_container .join_schedule ul .info .title {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
.join_schedule_main .join_schedule_container .join_schedule ul .info .desc {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.join_schedule_main .join_schedule_container .join_schedule ul .info .desc p {
  line-height: 2;
}
.join_schedule_main .join_schedule_container .join_schedule ul .info .desc a {
  color: #004ea2;
  text-decoration: underline;
}
.join_qa_main {
  padding-top: 100px;
  background: #feffff;
}
.join_qa_main .header {
  background: #fff;
}
.join_qa_main .header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.join_qa_main .join_qa_container {
  min-height: calc(100vh - 200px);
  padding-bottom: 75px;
  max-width: 1200px;
}
.join_qa_main .join_qa_container .join_title {
  margin-top: 24px;
  margin-bottom: 40px;
}
.join_qa_main .join_qa_container .qa_list li {
  padding: 40px 36px 40px 76px;
}
.join_qa_main .join_qa_container .qa_list li:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.join_qa_main .join_qa_container .qa_list li + li {
  margin-top: 20px;
}
.join_qa_main .join_qa_container .qa_list li .q {
  color: #333;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 28px;
  --bg: url('../images/q.png');
}
.join_qa_main .join_qa_container .qa_list li .a {
  color: #666;
  font-size: 18px;
  line-height: 1.5;
  --bg: url('../images/a.png');
}
.join_qa_main .join_qa_container .qa_list li .q,
.join_qa_main .join_qa_container .qa_list li .a {
  position: relative;
}
.join_qa_main .join_qa_container .qa_list li .q::before,
.join_qa_main .join_qa_container .qa_list li .a::before {
  content: var(--bg);
  position: absolute;
  left: -54px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 28px;
}
.product_main .common_banner .wrap .words {
  z-index: 3;
}
.product_main .swiperBanner {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 50%;
}
.product_main .swiperBanner img {
  width: 100%;
  height: auto;
  display: block;
}
.product_main .swiperBanner .fade-item {
  width: 100%;
  opacity: 0;
  display: none;
  cursor: pointer;
}
.product_main .swiperBanner .fade-item.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.8s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product_main .product_container {
  padding: 60px 0 108px;
  background: url('../images/good_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.product_main .product_container .sub_nav {
  margin-bottom: 68px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  gap: 30px;
}
.product_main .product_container .sub_nav a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  border-radius: 25px;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_main .product_container .sub_nav a.active,
.product_main .product_container .sub_nav a:hover {
  background: #004ea2;
  color: #fff;
}
.product_main .product_container .product_swiper .swiper-slide {
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.product_main .product_container .product_swiper .swiper-slide .info {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transition: all linear 1s;
}
.product_main .product_container .product_swiper .swiper-slide .img {
  transform: scale(0.76);
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  transition: all linear 1s;
  transform-origin: center center;
  width: 100%;
}
.product_main .product_container .product_swiper .swiper-slide .img img {
  width: 100%;
  height: auto;
}
.product_main .product_container .product_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.product_main .product_container .product_swiper .swiper-slide.swiper-slide-active .info {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}
.product_main .product_container .product_swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.product_main .product_container .product_swiper .swiper-button-next,
.product_main .product_container .product_swiper .swiper-button-prev {
  width: 80px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.product_main .product_container .product_swiper .swiper-button-next .iconfont,
.product_main .product_container .product_swiper .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}
.product_main .product_container .product_swiper .swiper-button-next:hover,
.product_main .product_container .product_swiper .swiper-button-prev:hover {
  background: #004ea2;
  border-color: #004ea2;
}
.product_main .product_container .product_swiper .swiper-button-prev {
  left: 2%;
}
.product_main .product_container .product_swiper .swiper-button-next {
  right: 2%;
}
.product_main .product_container .product_swiper .info {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.product_main .product_container .product_swiper .info .l .title {
  font-size: 28px;
  line-height: 1;
  color: #333;
  margin-bottom: 12px;
}
.product_main .product_container .product_swiper .info .l .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.product_main .product_container .product_swiper .info .r {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #004ea2;
  color: #004ea2;
  justify-content: center;
  background: #fff;
  font-size: 1.6rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  width: 200px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 28px;
}
.product_main .product_container .product_swiper .info .r span,
.product_main .product_container .product_swiper .info .r .iconfont {
  color: #004ea2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.product_main .product_container .product_swiper .info .r span {
  margin-right: 24px;
}
.product_main .product_container .product_swiper .info .r:hover {
  background: #004ea2;
}
.product_main .product_container .product_swiper .info .r:hover span,
.product_main .product_container .product_swiper .info .r:hover .iconfont {
  color: #fff;
}
.product_details_main .details_container {
  padding-top: 100px;
}
.product_details_main .details_container .main_fir1 {
  padding: 3em;
}

.product_details_main .details_container .main_fir1 img {
  max-width: 100%;
}

.product_details_main .details_container .main_fir {
  padding-bottom: 50px;
  background-image: linear-gradient(180deg, #efefef 0%, #ffffff 99%), linear-gradient(#c0a062, #c0a062);
}
.product_details_main .details_container .main_fir .top {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product_details_main .details_container .main_fir .top .l {
  font-size: 18px;
  color: #000;
}
.product_details_main .details_container .main_fir .down {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 36px;
}
.product_details_main .details_container .main_fir .down .good_img {
  width: 53.72%;
}
.product_details_main .details_container .main_fir .down .good_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.product_details_main .details_container .main_fir .down .details {
  width: 36.05%;
  min-height: 564px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 99%), linear-gradient(#c0a062, #c0a062);
  padding: 68px 55px 68px 47px;
  border-radius: 40px;
}
.product_details_main .details_container .main_fir .down .details .title {
  margin-bottom: 28px;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.product_details_main .details_container .main_fir .down .details .attr {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.product_details_main .details_container .main_fir .down .details .attr + .attr {
  margin-top: 0.25em;
}
.product_details_main .details_container .main_fir .down .details .line {
  margin: 38px 0 30px;
}
.product_details_main .details_container .main_fir .down .details .desc {
  color: #666;
  line-height: 2;
}
.product_details_main .details_container .main_sec {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product_details_main .details_container .main_sec .wrap {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.product_details_main .details_container .main_sec .wrap .l {
  font-size: 24px;
  color: #333;
}
.product_details_main .details_container .main_sec .wrap .r {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  gap: 40px;
}
.product_details_main .details_container .main_sec .wrap .r a {
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.product_details_main .details_container .main_sec .wrap .r a:hover,
.product_details_main .details_container .main_sec .wrap .r a.active {
  color: #004ea2;
}
.product_details_main .details_container .main_thi {
  /*margin-top: 60px;*/
  background: url(../images/pro_bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.main_thi:nth-of-type(even) .l {
  order: 2;
}

.product_details_main .details_container .main_thi .wrap {
  padding: 72px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /*  display: flex;*/
  /*flex-direction: row;*/
}

/*.product_details_main .details_container .main_thi .wrap:nth-child(even) .l {*/
/*    order: 2;*/
/*}*/
/*.product_details_main .details_container .main_thi .wrap:nth-child(even) .r {*/
/*    order: 1;*/
/*}*/

/*.product_details_main .details_container .main_thi .wrap:nth-child(odd) .l {*/
/*    order: 1;*/
/*}*/
/*.product_details_main .details_container .main_thi .wrap:nth-child(odd) .r {*/
/*    order: 2;*/
/*}*/

.product_details_main .details_container .main_thi .wrap .l {
  width: 50%;
}
.product_details_main .details_container .main_thi .wrap .l img {
  height: auto;
  width: 100%;
}
.product_details_main .details_container .main_thi .wrap .r {
  /*margin-left: 8.9%;*/
  width: 50%;
  padding: 0 5%;
}

.product_details_main .details_container .main_thi .wrap .r img {
  max-width: 100%;
}
.product_details_main .details_container .main_thi .wrap .r .l1 {
  height: 73px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
}
.product_details_main .details_container .main_thi .wrap .r .l1 strong {
  font-size: 76px;
  color: #004ea2;
  line-height: 58px;
  font-style: normal;
  font-style: italic;
}
.product_details_main .details_container .main_thi .wrap .r .l1 small {
  color: #666;
  font-size: 30px;
  line-height: 1;
  font-style: italic;
}
.product_details_main .details_container .main_thi .wrap .r .l2 {
  margin-top: 27px;
  font-size: 56px;
  line-height: 1;
  color: #004ea2;
}
.product_details_main .details_container .main_thi .wrap .r .l3 {
  margin-top: 12px;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.5;
}
.product_details_main .details_container .main_thi .wrap .r .l4 {
  margin-top: 28px;
  font-size: 24px;
  color: #333;
  line-height: 1.5;
}
.product_details_main .details_container .repeatItem {
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_details_main .details_container .repeatItem .content {
  width: 50.6%;
  min-height: 800px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}
.product_details_main .details_container .repeatItem .content .title {
  font-size: 50px;
  margin-bottom: 30px;
  color: #333;
  line-height: 1;
}
.product_details_main .details_container .repeatItem .content .desc {
  font-size: 30px;
  margin-bottom: 32px;
  color: #333;
  line-height: 1.5;
}
.product_details_main .details_container .repeatItem .content .words {
  padding-right: 100px;
  font-size: 16px;
}
.product_details_main .details_container .repeatItem .content .words p {
  line-height: 2.25;
}
.product_details_main .details_container .repeatItem .content.am-fr {
  padding-left: 12%;
}
.about_main .about_container .item1 {
  padding: 128px 0 144px;
  background: url(../images/about_bg_02.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.about_main .about_container .item1 .top {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.about_main .about_container .item1 .top .l {
  width: 46.22%;
}
.about_main .about_container .item1 .top .l h2 {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 1;
  color: #111;
}
.about_main .about_container .item1 .top .l .desc {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.about_main .about_container .item1 .top .l .desc p + p {
  margin-top: 1em;
}
.about_main .about_container .item1 .top .r {
  width: 46.51%;
  aspect-ratio: 1/0.5625;
  position: relative;
}
.about_main .about_container .item1 .top .r video {
  width: 100%;
  height: 100%;
  display: none;
}
.about_main .about_container .item1 .top .r .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_main .about_container .item1 .top .r .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_main .about_container .item1 .top .r .poster span.am-block {
  position: relative;
  pointer-events: none;
}
.about_main .about_container .item1 .top .r .poster span.am-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #004ea2 0%, rgba(0, 78, 162, 0.3) 30%, rgba(0, 78, 162, 0.29) 50%, rgba(0, 78, 162, 0.25) 100%), linear-gradient(#33333300, #33333300);
  z-index: 2;
  pointer-events: none;
}
.about_main .about_container .item1 .top .r .poster .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.about_main .about_container .item1 .top .r .poster .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_main .about_container .item1 .top .r .poster .icon:hover {
  opacity: 0.8;
}
.about_main .about_container .item1 .bottom {
  margin-top: 110px;
}
.about_main .about_container .item1 .bottom ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.about_main .about_container .item1 .bottom ul li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  gap: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #004ea2;
}
.about_main .about_container .item1 .bottom ul li .icon {
  width: 76px;
  height: 76px;
}
.about_main .about_container .item1 .bottom ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_main .about_container .item1 .bottom ul li .info .total {
  height: 42px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
}
.about_main .about_container .item1 .bottom ul li .info .number {
  font-size: 56px;
  position: relative;
  padding-right: 8px;
  line-height: 0.77em;
}
.about_main .about_container .item1 .bottom ul li .info .number:after {
  content: '+';
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 32px;
  line-height: 0.5em;
}
.about_main .about_container .item1 .bottom ul li .info .unit {
  font-size: 16px;
  margin-left: 1em;
  line-height: 1;
}
.about_main .about_container .item1 .bottom ul li .info p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004ea2;
  margin-top: 1em;
  line-height: 1;
}
.about_main .about_container .item2 {
  position: relative;
  color: #fff;
}
.about_main .about_container .item2 .bg {
  width: 100%;
  height: auto;
}
.about_main .about_container .item2 .title {
  position: absolute;
  font-size: 40px;
  line-height: 1;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}
.about_main .about_container .item2 .history_swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about_main .about_container .item2 .mobile {
  display: none;
}
.about_main .about_container .item2 .history_list li {
  position: absolute;
}
.about_main .about_container .item2 .history_list li .img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.about_main .about_container .item2 .history_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_main .about_container .item2 .history_list li .info {
  /*margin-top: 20px;*/
  padding-left: 10px;
  padding-bottom: 10px;
}
.about_main .about_container .item2 .history_list li .info h3 {
  font-size: 30px;
  line-height: 1;
}
.about_main .about_container .item2 .history_list li .info p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 0.75em;
}
.about_main .about_container .item2 .history_list li:nth-child(1) {
  top: 42.8%;
  left: calc(148 / 1920 * 100%);
}
.about_main .about_container .item2 .history_list li:nth-child(2) {
  top: 35.8%;
  left: calc(434 / 1920 * 100%);
}
.about_main .about_container .item2 .history_list li:nth-child(3) {
  top: 34.8%;
  left: calc(720 / 1920 * 100%);
}
.about_main .about_container .item2 .history_list li:nth-child(4) {
  top: 30.8%;
  left: calc(1006 / 1920 * 100%);
}
.about_main .about_container .item2 .history_list li:nth-child(5) {
  top: 26.8%;
  left: calc(1292 / 1920 * 100%);
}
.about_main .about_container .item2 .history_list li:nth-child(6) {
  top: 19.8%;
  left: calc(1578 / 1920 * 100%);
}
.about_main .about_container .item3 {
  padding: 100px 0 205px;
  background: url(../images/about_honor_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.about_main .about_container .item3 .title {
  font-size: 40px;
  color: #333;
  text-align: center;
  line-height: 1;
}
.about_main .about_container .item3 .honor_swiper {
  margin-top: 160px;
  position: relative;
  padding: 0 196px;
}
.about_main .about_container .item3 .honor_swiper .swiper-slide {
  transform: scale(0.8381);
  -webkit-transform: scale(0.8381);
  -moz-transform: scale(0.8381);
  -ms-transform: scale(0.8381);
  transition: transform 1s ease-in-out;
}
.about_main .about_container .item3 .honor_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.about_main .about_container .item3 .honor_swiper .swiper-slide.swiper-slide-active .info {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.about_main .about_container .item3 .honor_swiper .swiper-slide .img {
  padding: 23px;
  /*background: url(../images/about_honor_bg_03.png) no-repeat;*/
  background-size: 100%;
}
.about_main .about_container .item3 .honor_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_main .about_container .item3 .honor_swiper .swiper-slide .info {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.about_main .about_container .item3 .honor_swiper .swiper-button-next,
.about_main .about_container .item3 .honor_swiper .swiper-button-prev {
  width: 70px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #004ea2;
  color: #004ea2;
  background: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.about_main .about_container .item3 .honor_swiper .swiper-button-next .iconfont,
.about_main .about_container .item3 .honor_swiper .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #004ea2;
  line-height: 40px;
}
.about_main .about_container .item3 .honor_swiper .swiper-button-next:hover,
.about_main .about_container .item3 .honor_swiper .swiper-button-prev:hover {
  background: #004ea2;
  border-color: #004ea2;
}
.about_main .about_container .item3 .honor_swiper .swiper-button-next:hover .iconfont,
.about_main .about_container .item3 .honor_swiper .swiper-button-prev:hover .iconfont {
  color: #fff;
}
.about_main .about_container .item4 {
  padding: 100px 0 120px;
  background: url(../images/about_culture_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.about_main .about_container .item4 .title {
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
.about_main .about_container .item4 .wrap {
  --h: 600px;
  --bdc: rgba(255, 255, 255, 0.3);
  margin-top: 140px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  height: var(--h);
}
.about_main .about_container .item4 .wrap .l {
  width: 600px;
  aspect-ratio: 1/1;
  color: #fff;
  border-left: 1px solid var(--bdc);
  border-bottom: 1px solid var(--bdc);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.about_main .about_container .item4 .wrap .l .item {
  padding: 80px 30px 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  border-top: 1px solid var(--bdc);
  border-right: 1px solid var(--bdc);
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.about_main .about_container .item4 .wrap .l .item .img img {
  height: 76px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.about_main .about_container .item4 .wrap .l .item .info {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
  width: 100%;
}
.about_main .about_container .item4 .wrap .l .item .info h3 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  height: 24px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.about_main .about_container .item4 .wrap .l .item .info h3 span {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
.about_main .about_container .item4 .wrap .l .item .info h3 i {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.about_main .about_container .item4 .wrap .l .item .info h3:after {
  content: attr(data-desc);
  font-size: 16px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.about_main .about_container .item4 .wrap .l .item:hover .info h3,
.about_main .about_container .item4 .wrap .l .item.active .info h3 {
  transform: translateY(-38px);
}
.about_main .about_container .item4 .wrap .l .item:hover .info h3:after,
.about_main .about_container .item4 .wrap .l .item.active .info h3:after {
  opacity: 1;
}
.about_main .about_container .item4 .wrap .l .item:hover .info h3 i,
.about_main .about_container .item4 .wrap .l .item.active .info h3 i {
  opacity: 0;
}
.about_main .about_container .item4 .wrap .l .item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.about_main .about_container .item4 .wrap .l .item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.about_main .about_container .item4 .wrap .l .item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.about_main .about_container .item4 .wrap .r {
  width: 44.186%;
}
.about_main .about_container .item4 .wrap .r .article {
  overflow-y: auto;
  height: var(--h);
}
.about_main .about_container .item4 .wrap .r .article h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
.about_main .about_container .item4 .wrap .r .article h4 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 1.5em;
  font-weight: normal;
}
.about_main .about_container .item4 .wrap .r .article p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 0.25em;
}
.about_main .about_container .item5 {
  padding: 92px 0 152px;
  background: url(../images/about_environment_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.about_main .about_container .item5 .title {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  color: #333;
}
.about_main .about_container .item5 .am-tabs-bd {
  border: none;
}
.about_main .about_container .item5 .am-tabs-bd .am-tab-panel {
  padding: 0;
}
.about_main .about_container .item5 .am-nav-tabs {
  margin: 69px 0 76px;
  border: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 54px;
}
.about_main .about_container .item5 .am-nav-tabs li {
  font-size: 20px;
  padding: 0 3px 15px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.about_main .about_container .item5 .am-nav-tabs li a {
  background: unset;
  border: none;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.about_main .about_container .item5 .am-nav-tabs li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #004ea2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateX(-50%);
}
.about_main .about_container .item5 .am-nav-tabs li.am-active a,
.about_main .about_container .item5 .am-nav-tabs li:hover a {
  color: #004ea2;
}
.about_main .about_container .item5 .am-nav-tabs li.am-active:after {
  width: 100%;
}
.about_main .about_container .item5 .am-tab-panel {
  height: 525px;
  width: 100%;
}
.about_main .about_container .item5 .am-tab-panel .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 10px;
}
.about_main .about_container .item5 .am-tab-panel .l {
  width: 40.7%;
  flex-shrink: 0;
  height: 100%;
}
.about_main .about_container .item5 .am-tab-panel .l .img_item {
  width: 100%;
  height: 500px;
}
.about_main .about_container .item5 .am-tab-panel .r {
  width: 59.3%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-wrap: wrap;
  gap: 27px 10px;
  height: 100%;
}
.about_main .about_container .item5 .am-tab-panel .r .img_item {
  width: calc(33.33% - 8px);
}
.about_main .about_container .item5 .am-tab-panel .img_item {
  position: relative;
  background: var(--img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about_main .about_container .item5 .am-tab-panel .img_item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #004ea2 0%, rgba(0, 78, 162, 0.05) 30%, rgba(0, 78, 162, 0.1) 78%, rgba(0, 78, 162, 0.15) 100%), linear-gradient(#004ea200, #004ea200);
  opacity: 0.55;
  pointer-events: none;
}
.about_main .about_container .item5 .am-tab-panel .img_item p {
  position: absolute;
  padding: 0 25px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 25px;
  left: 0px;
  color: #fff;
  z-index: 3;
}
.about_main .about_container .item5 .am-tab-panel .img_item img {
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.about_main .about_container .item5 .am-tab-panel .img_item:hover img {
  transform: scale(1.05);
}
.about_main .about_container .item6 {
  padding: 260px 0 200px;
  background: url(../images/about_power_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.about_main .about_container .item6 .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.about_main .about_container .item6 .wrap .l {
  width: 31.57%;
  color: #fff;
}
.about_main .about_container .item6 .wrap .l h2 {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 1;
  font-weight: normal;
}
.about_main .about_container .item6 .wrap .l .desc {
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 1;
}
.about_main .about_container .item6 .wrap .l .words {
  margin-bottom: 96px;
  font-size: 16px;
  line-height: 30px;
}
.about_main .about_container .item6 .wrap .l .total {
  margin-bottom: 22px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
}
.about_main .about_container .item6 .wrap .l .total .number {
  font-size: 56px;
  padding-right: 8px;
  line-height: 0.77em;
  position: relative;
}
.about_main .about_container .item6 .wrap .l .total .number:after {
  content: '+';
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 32px;
  line-height: 0.5em;
}
.about_main .about_container .item6 .wrap .l .total .unit {
  font-size: 18px;
  line-height: 1;
}
.about_main .about_container .item6 .wrap .l .label {
  font-size: 16px;
  line-height: 1;
}
.about_main .about_container .item6 .wrap .r {
  width: 57.09%;
}
.about_main .about_container .item6 .wrap .r .swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(102, 102, 102, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.about_main .about_container .item6 .wrap .r .swiper-slide .img {
  width: 100%;
  aspect-ratio: 298/398;
  overflow: hidden;
  background: #f4f4f4;
  padding: 27px 20px;
}
.about_main .about_container .item6 .wrap .r .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_main .about_container .item6 .wrap .r .swiper-slide .info {
  font-size: 16px;
  color: #333;
  padding: 0 30px;
  margin: 10px 0;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
}
.about_main .about_container .item6 .wrap .r .swiper-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.15);
}
.about_main .about_container .item6 .wrap .arrow {
  margin-top: 20px;
  gap: 20px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 42px;
  align-items: flex-end;
}
.about_main .about_container .item6 .wrap .arrow .swiper-button-next,
.about_main .about_container .item6 .wrap .arrow .swiper-button-prev {
  width: 70px;
  height: 100%;
  border-radius: 21px;
  border: 1px solid #fff;
  color: #004ea2;
  background: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: unset;
}
.about_main .about_container .item6 .wrap .arrow .swiper-button-next .iconfont,
.about_main .about_container .item6 .wrap .arrow .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.about_main .about_container .item6 .wrap .arrow .swiper-button-next:hover,
.about_main .about_container .item6 .wrap .arrow .swiper-button-prev:hover {
  background: #004ea2;
  border-color: #004ea2;
}
.about_main .about_container .item6 .wrap .arrow .swiper-button-next:hover .iconfont,
.about_main .about_container .item6 .wrap .arrow .swiper-button-prev:hover .iconfont {
  color: #fff;
}
.index_main .fp-watermark {
  display: none;
}
.index_main .header {
  position: fixed;
}
.index_main .index_container .section:not(.footer) {
  height: 100vh;
}
.index_main .item1 .index_banner {
  height: 100vh;
  background: #000;
}
.index_main .item1 .index_banner .swiper-pagination {
  width: auto;
  right: 5.208%;
  bottom: 5.55%;
  left: unset;
}
.index_main .item1 .index_banner .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0;
}
.index_main .item1 .index_banner .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}
.index_main .item1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #004ea2;
}
.index_main .item1 .swiper-slide {
  background-image: var(--img_l);
  background-size: cover;
  background-position: center;
}
.index_main .item1 .swiper-slide a {
  width: 100%;
  height: 100%;
}
.index_main .item1 .swiper-slide .subImg {
  width: 35.625%;
  object-fit: contain;
  position: absolute;
  left: 5%;
  top: 26.851%;
  /*aspect-ratio: 39/14;*/
}
.index_main .item1 .swiper-slide .btn {
  position: absolute;
  width: 10.416%;
  border: 2px solid #333;
  border-radius: 15px 0px 15px 0px;
  background: transparent;
  color: #333;
  font-size: 1.4rem;
  line-height: 46px;
  height: 50px;
  left: 5.208%;
  top: 53.703%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item1 .swiper-slide .btn .iconfont {
  margin-left: 26px;
}
.index_main .item1 .swiper-slide .btn:hover {
  color: #004ea2;
  background: #fff;
}
.index_main .item1 .swiper-slide .product_img {
  width: 49.79%;
  /* aspect-ratio: 1052 / 629; */
  position: absolute;
  right: 4.208%;
  top: 46.351%;
}
.index_main .item1 .scroll_tips {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  animation: scrollTips 2.5s ease-in-out infinite;
}
@keyframes scrollTips {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
}
.index_main .item1 .scroll_tips img {
  width: 15px;
  height: auto;
}
.index_main .item1 .scroll_tips p {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: ArialMT;
}
.index_main .item2 {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.index_main .item2 .l,
.index_main .item2 .c,
.index_main .item2 .r {
  position: absolute;
}
.index_main .item2 .l {
  width: 29.0625%;
  left: 5.208%;
  top: 50%;
  transform: translateY(-50%);
}
.index_main .item2 .l .label {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  color: #004ea2;
}
.index_main .item2 .l .slogan {
  font-size: 40px;
  line-height: 1.5;
  color: #000;
  margin-top: 20px;
}
.index_main .item2 .l .btn {
  padding: 18px 53px;
  margin-top: 72px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #004ea2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  background: #004ea2;
  display: inline-block;
}
.index_main .item2 .l .btn .iconfont {
  margin-left: 26px;
}
.index_main .item2 .l .btn:hover {
  color: #004ea2;
  background: #fff;
}
.index_main .item2 .c {
  height: 100%;
  width: 28.177%;
  left: 38.4375%;
  top: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.index_main .item2 .c .product_swiper {
  width: 100%;
  height: 72.2222%;
}
.index_main .item2 .c .swiper-wrapper {
  padding-left: 15%;
}
.index_main .item2 .c .swiper-slide {
  padding-left: 52px;
  transform-origin: left center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  transform: translate(20px, 0) rotate(6deg);
  opacity: 0;
  position: relative;
  -webkit-user-drag: none;
}
.index_main .item2 .c .swiper-slide * {
  -webkit-user-drag: none;
}
.index_main .item2 .c .swiper-slide:after {
  content: '';
  width: 500px;
  height: 180px;
  position: absolute;
  left: -25%;
  top: 58%;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent);
  clip-path: path('M 80 30 Q 90 75, 80 120 L 500 150 L 500 0 Z');
  opacity: 0;
  transition: all 0.5s;
  width: 0;
}
.index_main .item2 .c .swiper-slide.swiper-slide-active {
  transform: translate(45px, 0) rotate(0deg);
  opacity: 1;
  z-index: 4;
}
.index_main .item2 .c .swiper-slide.swiper-slide-active:after {
  opacity: 1;
  width: 500px;
}
.index_main .item2 .c .swiper-slide.swiper-slide-active .icon {
  background: var(--icon);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.index_main .item2 .c .swiper-slide.swiper-slide-active .icon img {
  opacity: 0;
}
.index_main .item2 .c .swiper-slide.swiper-slide-active .info .title,
.index_main .item2 .c .swiper-slide.swiper-slide-active .info .desc {
  color: #004ea2;
}
.index_main .item2 .c .swiper-slide.swiper-slide-next {
  transform: translate(33px, 0) rotate(6deg);
  opacity: 0.7;
  z-index: 3;
}
.index_main .item2 .c .swiper-slide.swiper-slide-next-next {
  transform: translate(-6px, 0) rotate(10deg);
  opacity: 0.5;
  z-index: 2;
}
.index_main .item2 .c .swiper-slide.swiper-slide-next-next-next {
  transform: translate(-86px, 0) rotate(18deg);
  opacity: 0.2;
  z-index: 1;
}
.index_main .item2 .c .swiper-slide.swiper-slide-prev {
  transform: translate(35px, 0) rotate(-6deg);
  opacity: 0.7;
  z-index: 3;
}
.index_main .item2 .c .swiper-slide.swiper-slide-prev-prev {
  transform: translate(-1px, 0) rotate(-12deg);
  opacity: 0.5;
  z-index: 2;
}
.index_main .item2 .c .swiper-slide.swiper-slide-prev-prev-prev {
  transform: translate(-30px, 0) rotate(-18deg);
  opacity: 0.2;
  z-index: 1;
}
.index_main .item2 .c .swiper-slide::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/i2_circle_03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_main .item2 .c .swiper-slide .icon {
  width: 47px;
  height: 47px;
  margin-right: 22px;
  position: relative;
  z-index: 3;
}
.index_main .item2 .c .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_main .item2 .c .swiper-slide .info {
  position: relative;
  z-index: 3;
}
.index_main .item2 .c .swiper-slide .info .title {
  font-size: 18px;
  color: #000;
  line-height: 1;
}
.index_main .item2 .c .swiper-slide .info .desc {
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 10px;
}
.index_main .item2 .r {
  width: 29.114%;
  height: 37.777%;
  top: 50%;
  right: 5.208%;
  transform: translateY(-50%);
}
.index_main .item2 .r .show_time {
  width: 100%;
  height: 100%;
}
.index_main .item2 .r img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_main .item3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.index_main .item3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 7, 15, 0.5) 0%, rgba(0, 5, 11, 0.25) 25%, #00040800 50%, #00000000 100%), linear-gradient(#ffffff00, #ffffff00);
  background-blend-mode: overlay;
}
.index_main .item3 .l,
.index_main .item3 .r {
  position: absolute;
}
.index_main .item3 .l {
  width: 28.6458%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.index_main .item3 .l .label,
.index_main .item3 .l .slogan {
  padding-left: 100px;
  padding-right: 110px;
  width: 100%;
}
.index_main .item3 .l .label {
  font-size: 16px;
  line-height: 1;
}
.index_main .item3 .l .slogan {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 0.5em;
}
.index_main .item3 .l .sceneList li {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 100px;
  padding-right: 37px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.index_main .item3 .l .sceneList li .title {
  flex-grow: 1;
  font-size: 1.4rem;
}
.index_main .item3 .l .sceneList li .icon {
  width: 33px;
  height: auto;
  margin-right: 26px;
}
.index_main .item3 .l .sceneList li .iconfont {
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  font-size: 1.4rem;
}
.index_main .item3 .l .sceneList li.active,
.index_main .item3 .l .sceneList li:hover {
  background-image: linear-gradient(90deg, rgba(0, 78, 162, 0.1) 0%, rgba(0, 78, 162, 0.85) 100%), linear-gradient(#11111100, #11111100);
}
.index_main .item3 .l .sceneList li.active .iconfont,
.index_main .item3 .l .sceneList li:hover .iconfont {
  opacity: 1;
}
.index_main .item3 .l .wrap {
  padding-top: 28.148%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.index_main .item3 .l .wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 0;
}
.index_main .item3 .l .words,
.index_main .item3 .l .sceneList {
  position: relative;
  z-index: 1;
}
.index_main .item3 .r {
  width: 71.3542%;
  bottom: 67px;
  right: 0;
  color: #fff;
  padding: 0 40px;
}
.index_main .item3 .r .title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
}
.index_main .item3 .r .desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.index_main .item4 {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index_main .item4 .fp-overflow {
  height: 100%;
}
.index_main .item4 .l {
  padding-left: 100px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.index_main .item4 .l .label {
  font-size: 16px;
  font-weight: bold;
  color: #004ea2;
}
.index_main .item4 .l .slogan {
  font-size: 40px;
  line-height: 56px;
  margin-top: 18px;
  color: #000;
}
.index_main .item4 .l .total_num {
  margin-top: 63px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 783px;
}
.index_main .item4 .l .total_num li .total {
  height: 42px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
  color: #004ea2;
}
.index_main .item4 .l .total_num li .number {
  font-size: 56px;
  position: relative;
  padding-right: 8px;
  line-height: 0.77em;
}
.index_main .item4 .l .total_num li .number:after {
  content: '+';
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 32px;
  line-height: 0.5em;
}
.index_main .item4 .l .total_num li .unit {
  font-size: 16px;
  line-height: 1;
}
.index_main .item4 .l .total_num li p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004ea2;
  margin-top: 1em;
  line-height: 1;
}
.index_main .item4 .l .video_container {
  margin-top: 80px;
  width: 322px;
  aspect-ratio: 16/9;
  position: relative;
}
.index_main .item4 .l .video_container .video {
  width: 100%;
  height: 100%;
  display: none;
}
.index_main .item4 .l .video_container .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
}
.index_main .item4 .l .video_container .poster span.am-block {
  width: 100%;
  height: 100%;
}
.index_main .item4 .l .video_container .poster span.am-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .item4 .l .video_container .poster .playIcon {
  width: 49px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index_main .item4 .l .video_container .poster .playIcon img {
  width: 100%;
  height: 100%;
}
.index_main .item4 .l .video_container.active .video {
  opacity: 1;
}
.index_main .item4 .l .video_container.active .poster {
  display: none;
}
.index_main .item4 .l .btn {
  width: 200px;
  margin-top: 88px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  background: #004ea2;
  text-align: center;
  border: 1px solid #004ea2;
}
.index_main .item4 .l .btn .iconfont {
  margin-left: 26px;
}
.index_main .item4 .l .btn:hover {
  color: #004ea2;
  background: #fff;
}
.index_main .item5 {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index_main .item5 .fp-overflow {
  height: 100%;
}
.index_main .item5 .l {
  text-align: center;
  margin-top: 8.8%;
}
.index_main .item5 .l .label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.index_main .item5 .l .slogan {
  font-size: 40px;
  line-height: 56px;
  margin-top: 18px;
  color: #fff;
}
.index_main .item5 .brandSwiper {
  margin-top: 136px;
  position: relative;
  height: 333px;
}
.index_main .item5 .brandSwiper .swiper-container {
  padding: 147px 0;
}
.index_main .item5 .brandSwiper .swiper-slide {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.index_main .item5 .brandSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index_main .item5 .brandSwiper .swiper-slide span.am-block {
  width: 140px;
  height: 140px;
}
.index_main .item5 .brandSwiper .arrow_box {
  position: absolute;
  height: 50px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 20px;
  z-index: 2;
  bottom: 70px;
}
.index_main .item5 .brandSwiper .arrow_box .swiper-button-next,
.index_main .item5 .brandSwiper .arrow_box .swiper-button-prev {
  position: unset;
  margin: 0;
}
.index_main .item5 .brandSwiper .arrow_box .swiper-button-next,
.index_main .item5 .brandSwiper .arrow_box .swiper-button-prev {
  width: 80px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item5 .brandSwiper .arrow_box .swiper-button-next .iconfont,
.index_main .item5 .brandSwiper .arrow_box .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}
.index_main .item5 .brandSwiper .arrow_box .swiper-button-next:hover,
.index_main .item5 .brandSwiper .arrow_box .swiper-button-prev:hover {
  background: #004ea2;
  border-color: #004ea2;
}
.index_main .item5 .total_num {
  margin-top: 68px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 196px;
}
.index_main .item5 .total_num li .total {
  height: 42px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  align-items: flex-end;
  color: #fff;
}
.index_main .item5 .total_num li .number {
  font-size: 56px;
  position: relative;
  padding-right: 8px;
  line-height: 0.77em;
}
.index_main .item5 .total_num li .number:after {
  content: '+';
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 32px;
  line-height: 0.5em;
}
.index_main .item5 .total_num li .unit {
  font-size: 16px;
  line-height: 1;
}
.index_main .item5 .total_num li p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1;
  color: #fff;
}
.index_main .item6 {
  padding: 0 100px;
}
.index_main .item6 .words .label {
  color: #111;
  font-size: 1.6rem;
  line-height: 1;
}
.index_main .item6 .words .slogan {
  font-size: 40px;
  line-height: 56px;
  margin-top: 18px;
  color: #111;
  margin-top: 14px;
}
.index_main .item6 .news_swiper {
  position: relative;
}
.index_main .item6 .news_swiper .swiper-container {
  padding-top: 80px;
}
.index_main .item6 .news_swiper .new_item {
  margin-bottom: 40px;
  padding: 32px 30px 0;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item6 .news_swiper .new_item a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item6 .news_swiper .new_item.swiper-slide-active,
.index_main .item6 .news_swiper .new_item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.index_main .item6 .news_swiper .new_item + .new_item {
  border-left: 1px solid rgba(17, 17, 17, 0.1);
}
.index_main .item6 .news_swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item6 .news_swiper span.am-block {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.index_main .item6 .news_swiper span.am-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 78, 162, 0.5) 0%, rgba(0, 78, 162, 0) 50%);
  z-index: 2;
}
.index_main .item6 .news_swiper .info {
  height: 220px;
  padding-top: 20px;
}
.index_main .item6 .news_swiper .info:hover .title {
  color: #004ea2;
}
.index_main .item6 .news_swiper .info:hover .attr .icon {
  background-color: #004ea2;
  border-color: #004ea2;
  color: #fff;
  transform: rotate(45deg);
}
.index_main .item6 .news_swiper .info:hover .attr .icon .iconfont {
  color: #fff;
}
.index_main .item6 .news_swiper .info .label {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  margin-bottom: 24px;
}
.index_main .item6 .news_swiper .info .label span {
  color: #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.index_main .item6 .news_swiper .info .title {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  height: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item6 .news_swiper .info .attr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 18px;
  height: 46px;
}
.index_main .item6 .news_swiper .info .attr .date {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
.index_main .item6 .news_swiper .info .attr .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: solid 1px #999999;
  text-align: center;
  line-height: 46px;
  color: #004ea2;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item6 .news_swiper .info .attr .icon .iconfont {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item6 .arrow_box {
  position: absolute;
  width: auto;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 20px;
  z-index: 2;
  bottom: 27px;
  right: 0;
  top: -56px;
}
.index_main .item6 .arrow_box .swiper-button-next,
.index_main .item6 .arrow_box .swiper-button-prev {
  position: unset;
  margin: 0;
}
.index_main .item6 .arrow_box .swiper-button-next,
.index_main .item6 .arrow_box .swiper-button-prev {
  width: 80px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ccc;
  color: #ccc;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.index_main .item6 .arrow_box .swiper-button-next .iconfont,
.index_main .item6 .arrow_box .swiper-button-prev .iconfont {
  font-size: 16px;
}
.index_main .item6 .arrow_box .swiper-button-next:hover,
.index_main .item6 .arrow_box .swiper-button-prev:hover {
  background: #004ea2;
  border-color: #004ea2;
}
.fp-scrollable::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}
.fp-scrollable::-webkit-scrollbar-track {
  display: none;
}
.fp-scrollable::-webkit-scrollbar-thumb {
  display: none;
}
@media screen and (min-width: 1201px) {
  .am-container {
    max-width: 1720px;
  }
}
@media screen and (max-width: 1700px) {
  .am-container {
    padding: 0 30px;
  }
  .main .footer .top .l {
    padding-top: 65px;
  }
  .main .footer .top .l .nav_item + .nav_item {
    margin-left: 60px;
  }
  .main .footer .top .l .nav_item .nav_list {
    margin-top: 33px;
  }
  .main .footer .top .r {
    padding-top: 65px;
  }
  .main .footer .top .r .qrcode_item img {
    width: 100px;
    aspect-ratio: 1/1;
  }
  .main .common_banner .wrap .words h2 {
    font-size: 50px;
  }
  .main .common_banner .wrap .words p {
    font-size: 28px;
    margin-top: 40px;
  }
  .news_main .news_container {
    padding-bottom: 100px;
  }
  .product_main .swiperBanner {
    right: 204px;
    width: 680px;
  }
  .new_details_main .article_info .title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 30px;
  }
  .new_details_main .new_details_container {
    padding-bottom: 158px;
  }
  .contact_main .mapWrap .marker {
    top: 14.6vw;
    left: 18.3vw;
  }
  .contact_main .companyInfo {
    width: 440px;
    height: auto;
    padding: 38px 30px 62px;
  }
  .contact_main .companyInfo .title {
    font-size: 32px;
  }
  .contact_main .companyInfo li {
    height: 90px;
  }
  .contact_main .companyInfo li .icon {
    width: 23px;
  }
  .contact_main #message {
    height: 720px;
    margin-top: 100px;
    margin-bottom: 180px;
  }
  .contact_main #message .l {
    width: 29%;
    height: 100%;
  }
  .contact_main #message .r {
    padding-right: 52px;
  }
  .contact_main #message .r .title {
    font-size: 32px;
    padding: 40px 0;
  }
  .contact_main #message .r .title small {
    margin-left: 24px;
  }
  .contact_main #message .am-form {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .contact_main #message .am-form .am-form-group {
    width: calc(50% - 20px);
  }
  .contact_main #message .am-form .am-form-group input {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
  }
  .contact_main #message .am-form .am-form-group textarea {
    height: 150px;
    padding: 12px 24px 0;
  }
  .contact_main #message .am-form .am-form-group.verify a {
    width: 98px;
    height: 48px;
  }
  .contact_main #message .am-form .am-form-group.last {
    margin-top: 30px;
  }
  .contact_main #message .am-form .am-form-group .submit {
    width: 260px;
    height: 40px;
  }
  .service_main .service_container {
    margin: 100px auto 120px;
  }
  .service_main .service_container .wrap .words {
    width: 408px;
  }
  .service_main .service_container .wrap .words .icon {
    width: 80px;
    height: 80px;
  }
  .service_main .service_container .wrap .words .title {
    font-size: 28px;
    padding: 22px 0 28px;
  }
  .service_main .service_container .wrap .words .text {
    line-height: 1.5;
  }
  .service_main .service_container .wrap .words.word2 {
    width: 470px;
  }
}
@media screen and (max-width: 1366px) {
  .service_main .service_container {
    margin: 80px auto 100px;
  }
  .service_main .service_container .wrap .words {
    width: 408px;
  }
  .service_main .service_container .wrap .words .icon {
    width: 70px;
    height: 70px;
  }
  .service_main .service_container .wrap .words .title {
    font-size: 24px;
    padding: 18px 0 24px;
  }
  .service_main .service_container .wrap .words .text {
    line-height: 1.4;
  }
  .service_main .service_container .wrap .words.word2 {
    width: 428px;
  }
  .service_main .aside_banner .item .words p {
    font-size: 30px;
  }
  .maintenance_main {
    --w: 300px;
    --p: 68px;
  }
  .maintenance_main .article_wrap {
    margin: 60px 0 75px;
  }
  .maintenance_main .article_wrap .articleMenu {
    padding: 30px 12px;
  }
  .maintenance_main .article_wrap .articleMenu .title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .maintenance_main .article_wrap .articleMenu li + li {
    margin-top: 12px;
  }
  .case_main .case_container {
    padding-bottom: 80px;
  }
  .case_main .case_container .list .info {
    height: 160px;
    padding: 35px 30px;
  }
  .case_main .case_container .list .info .case_title {
    margin-bottom: 18px;
  }
  .case_main .case_container .list .info .attr .item1 {
    margin-right: 40px;
  }
  .case_main .case_container .list .info .attr .attr_item{
    font-size: 14px;
  }
  .case_main .case_container .list .info .attr .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: -6px;
    right: 0;
  }
  .contact_main .mapWrap .marker {
    top: 14.6vw;
    left: 18.3vw;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .outlets_main {
    --listWidth: 400px;
    --pb: 136px;
  }
  .outlets_main .outlets_container .l .result_list li {
    padding: 0 10px;
    height: 90px;
  }
  .outlets_main .outlets_container .l .result_list li .info {
    padding-left: 10px;
  }
  .job_main {
    padding-top: 100px;
  }
  .job_main .recruitment_banner {
    height: 700px;
  }
  .job_main .recruitment_banner .wrap .words {
    padding-top: 180px;
    text-align: center;
  }
  .job_main .recruitment_banner .wrap .words h2 {
    font-size: 50px;
  }
  .job_main .recruitment_banner .wrap .words p {
    font-size: 26px;
    margin-top: 30px;
  }

  .job_main .recruitment_banner .wrap .search_group {
    margin-top: 74px;
    height: 50px;
    line-height: 50px;
    width: 660px;
  }
  .job_main .recruitment_banner .wrap .search_group button {
    width: 140px;
  }
  .job_main .job_container {
    padding: 64px 0 127px;
  }
  .job_main .job_container .l {
    width: 68.6%;
  }
  .job_main .job_container .l .head .title {
    font-size: 32px;
  }
  .job_main .job_container .l .head .more {
    font-size: 14px;
  }
  .job_main .job_container .l .job_list {
    margin-top: 23px;
  }
  .job_main .job_container .l .job_list > thead > tr > th {
    padding: 28px 16px;
  }
  .job_main .job_container .l .job_list > tbody > tr > td:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > td:first-child,
  .job_main .job_container .l .job_list > thead > tr > td:first-child,
  .job_main .job_container .l .job_list > tbody > tr > th:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > th:first-child,
  .job_main .job_container .l .job_list > thead > tr > th:first-child {
    padding-left: 40px;
  }
  .job_main .job_container .l .job_list > tbody tr > td {
    padding: 25px 16px;
  }
  .job_main .job_container .r {
    width: 29.1%;
  }
  .job_main .job_container .r .company_list {
    gap: 20px;
  }
  .school_recruitment_main {
    max-height: 100vh;
    overflow: hidden;
  }
  .school_recruitment_main .header .header_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .school_recruitment_main .header .header_center .nav li + li {
    margin-left: 10px;
  }
  .school_recruitment_main .header .header_center .nav li a {
    color: #333;
  }
  .school_recruitment_main .header .header_center .nav li.active a {
    color: #004ea2;
  }
  .school_recruitment_main .header .header_center .nav li:after {
    content: '';
    background: #004ea2;
    position: absolute;
  }
  .product_main .swiperBanner {
    right: 204px;
    width: 620px;
  }
  .product_details_main .details_container {
    padding-top: 100px;
  }
  .product_details_main .details_container .main_fir .down .details {
    width: 40.05%;
    padding: 58px 47px 58px 39px;
  }
  .product_details_main .details_container .main_thi .wrap .r {
    /*margin-left: 7%;*/
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 strong {
    font-size: 64px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 small {
    font-size: 24px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l2 {
    font-size: 48px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l4 {
    margin-top: 22px;
    font-size: 20px;
  }
  .product_details_main .details_container .repeatItem .content {
    width: 50.6%;
    min-height: 800px;
  }
  .product_details_main .details_container .repeatItem .content .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .product_details_main .details_container .repeatItem .content .desc {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .product_details_main .details_container .repeatItem .content .words {
    padding-right: 100px;
    font-size: 16px;
  }
  .product_details_main .details_container .repeatItem .content .words p {
    line-height: 1.8;
  }
  .about_main .about_container .item1 {
    padding: 108px 0 124px;
  }
  .about_main .about_container .item1 .top {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .about_main .about_container .item1 .top .l h2 {
    margin-bottom: 1em;
  }
  .about_main .about_container .item1 .bottom {
    margin-top: 75px;
  }
  .about_main .about_container .item3 {
    padding: 75px 0 155px;
  }
  .about_main .about_container .item4 .wrap {
    margin-top: 100px;
  }
  .about_main .about_container .item4 .wrap .l {
    width: 500px;
  }
  .about_main .about_container .item4 .wrap .l .item {
    padding: 60px 25px 25px;
  }
  .about_main .about_container .item4 .wrap .l .item .img img {
    height: 60px;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 span {
    font-size: 26px;
  }
  .about_main .about_container .item5 .am-nav-tabs {
    margin: 50px 0 55px;
  }
  .about_main .about_container .item5 .am-tab-panel .l .img_item {
    height: 400px;
  }
  .about_main .about_container .item6 {
    padding: 100px 0 120px;
  }
  .index_main .item2 .l .slogan {
    font-size: 28px;
  }
  .index_main .item2 .l .btn {
    padding: 16px 45px;
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-active {
    transform: translate(45px, 0) rotate(0deg);
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-next {
    transform: translate(0, 0) rotate(6deg);
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-next-next {
    transform: translate(-118px, 0) rotate(10deg);
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-prev {
    transform: translate(0, 0) rotate(-6deg);
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-prev-prev {
    transform: translate(-118px, 0) rotate(-12deg);
  }
  .index_main .item3 .l .slogan,
  .index_main .item3 .l .label {
    padding-left: 60px;
    padding-right: 70px;
  }
  .index_main .item3 .l .slogan {
    font-size: 24px;
  }
  .index_main .item3 .l .sceneList li {
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
  }
  .index_main .item4 .l .slogan {
    font-size: 28px;
    line-height: 1.5;
  }
  .index_main .item4 .l .total_num {
    margin-top: 23px;
  }
  .index_main .item4 .l .total_num li .number {
    font-size: 42px;
  }
  .index_main .item4 .l .total_num li .number:after {
    font-size: 18px;
  }
  .index_main .item4 .l .total_num li .unit {
    font-size: .9rem;
  }
  .index_main .item4 .l .total_num li p {
    margin-top: 0.5em;
  }
  .index_main .item4 .l .video_container {
    margin-top: 40px;
  }
  .index_main .item4 .l .btn {
    margin-top: 48px;
  }
  .index_main .item5 .l .slogan {
    font-size: 28px;
  }
  .index_main .item5 .brandSwiper {
    margin-top: 50px;
    height: 233px;
  }
  .index_main .item5 .brandSwiper .swiper-container {
    padding: 128px 0 0;
  }
  .index_main .item5 .brandSwiper .swiper-slide {
    height: 233px;
  }
  .index_main .item5 .brandSwiper .swiper-slide span.am-block {
    width: 100px;
    height: 100px;
  }
  .index_main .item5 .brandSwiper .arrow_box {
    bottom: 120px;
  }
  .index_main .item6 .words .slogan {
    font-size: 28px;
    line-height: 1.5;
  }
  .index_main .item6 .news_swiper .swiper-container {
    padding-top: 50px;
  }
  .index_main .item6 .news_swiper .new_item {
    padding: 22px 20px 0;
    margin-bottom: 0;
  }
  .index_main .item6 .news_swiper .new_item .info {
    height: 190px;
  }
  .index_main .item6 .news_swiper .new_item .info .label {
    margin-bottom: 12px;
  }
  .index_main .item6 .news_swiper .new_item .info .attr .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .index_main .item6 .arrow_box {
    justify-content: flex-end;
    top: -46px;
  }
  .index_main .item6 .arrow_box .swiper-button-next,
  .index_main .item6 .arrow_box .swiper-button-prev {
    bottom: 0;
    top: unset;
    height: 42px;
    line-height: 42px;
    transform: unset;
  }
}
@media screen and (max-width: 1200px) {
  .am-container {
    padding: 0 20px;
  }
  .main .am-header .am-header-title {
    margin: 0 20%;
  }
  .main .am-header .am-header-title img {
    max-width: 200px;
  }
  .main .footer .top {
    height: 380px;
  }
  .main .footer .top .l {
    padding-top: 65px;
  }
  .main .footer .top .l .nav_item + .nav_item {
    margin-left: 30px;
  }
  .main .footer .top .l .nav_item .nav_list {
    margin-top: 33px;
  }
  .main .footer .top .r {
    padding-top: 65px;
  }
  .main .footer .top .r .qrcode_item img {
    width: 80px;
    aspect-ratio: 1/1;
  }
  .main .footer .copyright {
    height: auto;
    padding: 16px 0;
  }
  .main .footer .copyright .l,
  .main .footer .copyright .r {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: auto;
    line-height: 1.5;
  }
  .main .common_banner .wrap .words h2 {
    font-size: 40px;
  }
  .main .common_banner .wrap .words p {
    font-size: 24px;
    margin-top: 30px;
  }
  .main .route_bar {
    top: 49px !important;
  }
  .main .route_bar .am-container ul {
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    padding: 0;
    height: 60px;
  }
  .main .route_bar .am-container ul li {
    display: inline-block;
  }
  .main .route_bar .am-container ul li a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
  }
  .news_main .news_container {
    padding-bottom: 100px;
  }
  .new_details_main .article_info .title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
  }
  .new_details_main .article_info .attrs {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .new_details_main .new_details_container {
    padding-bottom: 108px;
  }
  .contact_main .mapWrap .marker {
    top: 14.6vw;
    left: 18.3vw;
    transform: scale(0.7);
  }
  .contact_main .companyInfo {
    width: 320px;
    height: auto;
    padding: 48px 30px 42px;
  }
  .contact_main .companyInfo .title {
    font-size: 32px;
  }
  .contact_main .companyInfo li {
    height: 90px;
  }
  .contact_main .companyInfo li .icon {
    width: 23px;
  }
  .contact_main #message {
    height: 620px;
    margin-top: 100px;
    margin-bottom: 180px;
  }
  .contact_main #message .l {
    width: 29%;
    height: 100%;
  }
  .contact_main #message .r {
    padding-right: 52px;
  }
  .contact_main #message .r .title {
    font-size: 32px;
    padding: 40px 0;
  }
  .contact_main #message .r .title small {
    margin-left: 24px;
  }
  .contact_main #message .am-form {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .contact_main #message .am-form .am-form-group {
    width: calc(50% - 20px);
  }
  .contact_main #message .am-form .am-form-group input {
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .contact_main #message .am-form .am-form-group textarea {
    height: 150px;
    padding: 12px 24px 0;
    font-size: 14px;
  }
  .contact_main #message .am-form .am-form-group.verify a {
    width: 98px;
    height: 48px;
    font-size: 14px;
  }
  .contact_main #message .am-form .am-form-group.last {
    margin-top: 30px;
  }
  .contact_main #message .am-form .am-form-group .submit {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .service_main .service_container {
    margin: 80px auto 100px;
  }
  .service_main .service_container .wrap .words {
    width: 308px;
  }
  .service_main .service_container .wrap .words .icon {
    width: 50px;
    height: 50px;
  }
  .service_main .service_container .wrap .words .title {
    font-size: 20px;
    padding: 18px 0 24px;
  }
  .service_main .service_container .wrap .words .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .service_main .service_container .wrap .words.word2 {
    width: 328px;
  }
  .service_main .aside_banner .item .words p {
    font-size: 30px;
  }
  .maintenance_main {
    --w: 300px;
    --p: 68px;
  }
  .maintenance_main .article_wrap {
    margin: 60px 0 75px;
  }
  .maintenance_main .article_wrap .articleMenu {
    display: none;
  }
  .maintenance_main .article_wrap article {
    width: 100%;
            font-size: 14px;
  }
  #modal-1 .am-modal-dialog {
    width: 700px;
  }
  #modal-1 .am-modal-dialog .am-modal-hd {
    padding: 40px 0 32px;
  }
  #modal-1 .am-modal-dialog .am-modal-hd .title {
    font-size: 30px;
  }
  #modal-1 .am-modal-dialog .am-modal-bd {
    padding: 0 30px 30px;
  }
  #modal-1 .am-modal-dialog .am-modal-bd .words {
    line-height: 2;
  }
  #modal-2 .am-modal-dialog {
    width: 700px;
  }
  #modal-2 .am-modal-dialog .am-modal-hd {
    padding: 76px 0;
  }
  #modal-2 .am-modal-dialog .am-modal-hd .title {
    font-size: 30px;
  }
  #modal-2 .am-modal-dialog .am-modal-bd {
    padding: 36px 33px;
  }
  #modal-2 .am-modal-dialog .am-modal-bd .words {
    line-height: 2;
  }
  .specialHeader {
    padding-top: 0;
  }
  .job_main {
    padding-top: 0;
  }
  .job_main .recruitment_banner {
    height: 500px;
  }
  .job_main .recruitment_banner .wrap .words {
    padding-top: 100px;
    text-align: center;
  }
  .job_main .recruitment_banner .wrap .words h2 {
    font-size: 36px;
  }
  .job_main .recruitment_banner .wrap .words p {
    font-size: 24px;
    margin-top: 30px;
  }
  .job_main .recruitment_banner .wrap .search_group {
    margin-top: 35px;
    height: 50px;
    line-height: 50px;
    width: 560px;
  }
  .job_main .recruitment_banner .wrap .search_group button {
    width: 140px;
  }
  .job_main .job_container {
    padding: 64px 0 80px;
  }
  .job_main .job_container .l {
    width: 68.6%;
  }
  .job_main .job_container .l .head .title {
    font-size: 32px;
  }
  .job_main .job_container .l .head .more {
    font-size: 14px;
  }
  .job_main .job_container .l .job_list {
    margin-top: 23px;
  }
  .job_main .job_container .l .job_list > thead > tr > th {
    padding: 28px 10px;
  }
  .job_main .job_container .l .job_list > tbody > tr > td:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > td:first-child,
  .job_main .job_container .l .job_list > thead > tr > td:first-child,
  .job_main .job_container .l .job_list > tbody > tr > th:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > th:first-child,
  .job_main .job_container .l .job_list > thead > tr > th:first-child {
    padding-left: 10px;
  }
  .job_main .job_container .l .job_list > tbody tr > td {
    padding: 25px 10px;
  }
  .job_main .job_container .r {
    width: 29.1%;
  }
  .job_main .job_container .r .company_list {
    gap: 20px;
  }
  .job_details_main {
    padding-top: 0;
  }
  .join_flow_main {
    padding-top: 0;
  }
  .join_flow_main .join_flow_container {
    min-height: calc(100vh - 270px);
  }
  .join_schedule_main {
    padding-top: 0;
  }
  .join_schedule_main .join_schedule_container {
    min-height: calc(100vh - 123px);
  }
  .join_qa_main {
    padding-top: 0;
  }
  .join_qa_main .join_qa_container {
    min-height: calc(100vh - 123px);
  }
  .product_main .swiperBanner {
    right: 204px;
    width: 540px;
  }
  .product_details_main .details_container {
    padding-top: 0;
  }
  .product_details_main .details_container .main_fir .down .details {
    width: 45.05%;
    padding: 48px 37px 48px 29px;
    min-height: 480px;
  }
  .product_details_main .details_container .main_fir .down .details .title {
    margin-bottom: 18px;
  }
  .product_details_main .details_container .main_fir .down .details .line {
    margin: 18px 0;
  }
  .product_details_main .details_container .main_thi .wrap .r {
    /*margin-left: 7%;*/
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 strong {
    font-size: 48px;
    line-height: 32px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 small {
    font-size: 24px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l2 {
    font-size: 36px;
    margin-top: 0.5em;
  }
  .product_details_main .details_container .main_thi .wrap .r .l3 {
    font-size: 1.4rem;
  }
  .product_details_main .details_container .main_thi .wrap .r .l4 {
    margin-top: 0.5em;
    font-size: 18px;
  }
  .product_details_main .details_container .repeatItem .content {
    width: 64.6%;
    min-height: 800px;
    padding: 30px 0;
  }
  .product_details_main .details_container .repeatItem .content .title {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
  .product_details_main .details_container .repeatItem .content .desc {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .product_details_main .details_container .repeatItem .content .words {
    padding-right: 100px;
  }
  .product_details_main .details_container .repeatItem .content .words p {
    line-height: 1.8;
  }
  .product_details_main .details_container .repeatItem .content.am-fr {
    padding-left: 12%;
  }
  .about_main .about_container .item1 {
    padding: 108px 0 124px;
  }
  .about_main .about_container .item1 .top {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .about_main .about_container .item1 .top .l .desc {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0;
  }
  .about_main .about_container .item1 .bottom {
    margin-top: 75px;
  }
  .about_main .about_container .item1 .bottom ul li .info .number {
    font-size: 40px;
  }
  .about_main .about_container .item3 {
    padding: 75px 0 155px;
  }
  .about_main .about_container .item3 .honor_swiper {
    margin-top: 100px;
  }
  .about_main .about_container .item4 .wrap {
    margin-top: 100px;
  }
  .about_main .about_container .item4 .wrap .l {
    width: 500px;
  }
  .about_main .about_container .item4 .wrap .l .item {
    padding: 60px 25px 25px;
  }
  .about_main .about_container .item4 .wrap .l .item .img img {
    height: 60px;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 span {
    font-size: 26px;
  }
  .about_main .about_container .item5 .am-nav-tabs {
    margin: 50px 0 55px;
  }
  .about_main .about_container .item5 .am-tab-panel .img_item p {
    bottom: 10px;
  }
  .about_main .about_container .item6 {
    padding: 100px 0 120px;
  }
  .about_main .about_container .item6 .wrap .r {
    width: 62%;
  }
  .index_main .am-sticky-placeholder {
    height: 0 !important;
  }
  .index_main .am-header {
    background: rgba(255, 255, 255, 0.1);
  }
  .index_main .am-header.scroll {
    background: #fff;
  }
  .index_main .am-header.scroll .am-header-left a {
    color: #004ea2;
  }
  .index_main .am-header.scroll .am-btn {
    color: #004ea2;
  }
  .index_main .am-header .am-header-left a {
    color: #fff;
  }
  .index_main .am-header .am-btn {
    color: #fff;
  }
  .index_main .item1 .swiper-slide {
    background-image: var(--img_m);
  }
  .index_main .item1 .swiper-slide .btn .iconfont {
    margin-left: 0.5em;
  }
  .index_main .item1 .scroll_tips {
    bottom: 2%;
  }
  .index_main .item1 .index_banner .swiper-pagination {
    bottom: 2.5%;
  }
  .index_main .item1 .index_banner .swiper-pagination-bullet {
    height: 4px;
    width: 40px;
  }
  .index_main .item1 .index_banner .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
  .am-paragraph-default embed {
    width: 100%;
    height: 44rem;
  }
}
@media screen and (max-width: 1024px) {
  .main .footer .top {
    height: auto;
  }
  .main .footer .top .l {
    padding-top: 30px;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .main .footer .top .l .nav_item + .nav_item {
    margin-left: 30px;
  }
  .main .footer .top .l .nav_item .nav_list {
    margin-top: 33px;
  }
  .main .footer .top .r {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .main .common_banner .wrap .words h2 {
    font-size: 40px;
  }
  .main .common_banner .wrap .words p {
    font-size: 24px;
    margin-top: 30px;
  }
  .job_main .recruitment_banner {
    height: 500px;
  }
  .job_main .recruitment_banner .wrap .words {
    padding-top: 100px;
    text-align: center;
  }
  .job_main .recruitment_banner .wrap .words h2 {
    font-size: 36px;
  }
  .job_main .recruitment_banner .wrap .words p {
    font-size: 24px;
    margin-top: 30px;
  }
  .job_main .recruitment_banner .wrap .search_group {
    margin-top: 35px;
    height: 50px;
    line-height: 50px;
    width: 560px;
  }
  .job_main .recruitment_banner .wrap .search_group button {
    width: 140px;
  }
  .job_main .job_container {
    padding: 64px 0 80px;
  }
  .job_main .job_container .l {
    width: 100%;
  }
  .job_main .job_container .l .head .title {
    font-size: 32px;
  }
  .job_main .job_container .l .head .more {
    font-size: 14px;
  }
  .job_main .job_container .l .job_list {
    margin-top: 23px;
  }
  .job_main .job_container .l .job_list > thead > tr > th {
    padding: 28px 10px;
  }
  .job_main .job_container .l .job_list > tbody > tr > td:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > td:first-child,
  .job_main .job_container .l .job_list > thead > tr > td:first-child,
  .job_main .job_container .l .job_list > tbody > tr > th:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > th:first-child,
  .job_main .job_container .l .job_list > thead > tr > th:first-child {
    padding-left: 10px;
  }
  .job_main .job_container .l .job_list > tbody tr > td {
    padding: 25px 10px;
  }
  .job_main .job_container .r {
    width: 100%;
    margin-top: 20px;
  }
  .job_main .job_container .r .company_list {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .about_main .about_container .item1 {
    padding: 98px 0 104px;
  }
  .about_main .about_container .item1 .top .l h2 {
    font-size: 20px;
  }
  .about_main .about_container .item1 .top .l .desc {
    padding-right: 0;
  }
  .about_main .about_container .item1 .bottom {
    margin-top: 75px;
  }
  .about_main .about_container .item1 .bottom ul li .info .number {
    font-size: 40px;
  }
  .about_main .about_container .item3 {
    padding: 75px 0 155px;
  }
  .about_main .about_container .item3 .honor_swiper {
    margin-top: 100px;
    line-height: 1.5;
  }
  .about_main .about_container .item4 .wrap {
    margin-top: 100px;
  }
  .about_main .about_container .item4 .wrap .l {
    width: 500px;
  }
  .about_main .about_container .item4 .wrap .l .item {
    padding: 60px 25px 25px;
  }
  .about_main .about_container .item4 .wrap .l .item .img img {
    height: 60px;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 span {
    font-size: 26px;
  }
  .about_main .about_container .item5 .am-nav-tabs {
    margin: 50px 0 55px;
  }
  .about_main .about_container .item5 .am-tab-panel {
    height: 420px;
  }
  .about_main .about_container .item6 {
    padding: 100px 0 120px;
  }
  .about_main .about_container .item6 .wrap .l h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .about_main .about_container .item6 .wrap .l .desc {
    font-size: 18px;
  }
  .about_main .about_container .item6 .wrap .l .words {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .about_main .about_container .item6 .wrap .l .total .number{
    font-size: 40px;
  }
  .about_main .about_container .item6 .wrap .l .total .unit{
    font-size: 14px;
  }
  .about_main .about_container .item6 .wrap .l .total .number:after{
    font-size: 14px;
  }
  .about_main .about_container .item6 .wrap .l .label{
    font-size: 14px;
  }
  .index_main .item2 {
    background-image: var(--bg_m);
  }
  .index_main .item2 .l,
  .index_main .item2 .c,
  .index_main .item2 .r {
    width: 100%;
  }
  .index_main .item2 .l {
    top: 10%;
    transform: unset;
    text-align: center;
    left: 0;
  }
  .index_main .item2 .l .slogan {
    font-size: 28px;
  }
  .index_main .item2 .l .btn {
    padding: 16px 45px;
    margin-top: 30px;
  }
  .index_main .item2 .c {
    left: 0;
    top: unset;
    bottom: 5%;
    height: 20%;
    width: 80%;
    left: 10%;
  }
  .index_main .item2 .c .swiper-wrapper {
    padding-left: 0;
  }
  .index_main .item2 .c .swiper-slide {
    transform: unset !important;
    padding-left: 0;
  }
  .index_main .item2 .c .swiper-slide:before {
    display: none;
  }
  .index_main .item2 .c .swiper-slide:after {
    display: none !important;
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-active {
    transform: unset;
  }
  .index_main .item2 .r {
    right: 0;
  }
  .index_main .item3 .l .wrap {
    padding-top: 38.148%;
  }
  .index_main .item3 .l .slogan {
    font-size: 24px;
  }
  .index_main .item3 .l .slogan,
  .index_main .item3 .l .label {
    padding: 0 30px;
  }
  .index_main .item3 .l .sceneList li {
    padding-left: 24px;
    padding-right: 20px;
  }
  .index_main .item3 .l .sceneList li .icon {
    margin-right: 12px;
  }
  .index_main .item3 .r {
    bottom: 30px;
  }
  .index_main .item4 .l {
    padding-left: 50px;
  }
  .index_main .item4 .l .btn .iconfont {
    margin-left: 0.5em;
  }
  .index_main .item4 .l .total_num {
    width: 640px;
  }
  .product_main .swiperBanner {
    right: 124px;
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
    .news_main .news_container .list .info {
    height: 200px;
    }
    .news_main .news_container .list .info .title{
      font-size: 16px;
    }
  .product_details_main .details_container .main_fir1 {
    padding: 0.8em;
  }
  .am-paragraph-default embed {
    width: 100%;
    height: 23rem;
  }
  .main .footer .top {
    height: auto;
  }
  .main .footer .top .l {
    display: none;
  }
  .contact_main .mapWrap {
    height: 150vw;
    background: url(../images/contact_map1.jpg) no-repeat center center;
    background-size: cover;
  }
  .contact_main .mapWrap #map,
  .contact_main .mapWrap .marker {
    display: none !important;
  }
  .contact_main .contentWrap {
    position: unset;
  }
  .contact_main .map_container {
    height: auto;
    box-shadow: none;
  }
  .contact_main .mapWrap {
    position: unset;
    width: 100%;
  }
  .contact_main .infoWrap {
    width: 100%;
    margin-top: 20px;
  }
  .contact_main .companyInfo {
    width: 100%;
    padding: 48px 30px 42px;
  }
  .contact_main .companyInfo .title {
    font-size: 20px;
    font-weight: bold;
  }
  .contact_main .companyInfo li {
    height: 75px;
    font-size: 14px;
  }
  .contact_main .companyInfo li .icon {
    width: 23px;
  }
  .contact_main #message {
    height: auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .contact_main #message .l {
    display: none;
  }
  .contact_main #message .r {
    padding: 0 20px 20px;
    width: 100%;
  }
  .contact_main #message .r .title {
    font-size: 32px;
    padding: 20px 0;
  }
  .contact_main #message .r .title small {
    margin-left: 24px;
  }
  .contact_main #message .am-form .am-form-group {
    width: 100%;
  }
  .contact_main #message .am-form .am-form-group.last {
    margin-top: 10px;
  }
  .service_main .service_container {
    margin: 80px auto 100px;
  }
  .service_main .service_container .wrap .img {
    transform: scale(0.6);
  }
  .service_main .service_container .wrap .words {
    width: 288px;
  }
  .service_main .service_container .wrap .words .icon {
    width: 50px;
    height: 50px;
  }
  .service_main .service_container .wrap .words .title {
    font-size: 18px;
    padding: 18px 0 24px;
  }
  .service_main .service_container .wrap .words .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .service_main .service_container .wrap .words.word2 {
    width: 308px;
  }
  .service_main .aside_banner .item .words p {
    font-size: 26px;
  }
  .outlets_main {
    --pb: 60px;
  }
  .outlets_main .outlets_container .main_title {
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
  }
  .outlets_main .outlets_container .wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    flex-direction: column-reverse;
  }
  .outlets_main .outlets_container .l {
    width: 100%;
    position: unset;
    height: 400px;
  }
  .outlets_main .outlets_container .l .filter {
    height: 70px;
  }
  .outlets_main .outlets_container .r {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #modal-1 .am-modal-dialog {
    width: 90vw;
  }
  #modal-1 .am-modal-dialog .am-modal-hd {
    padding: 40px 0 32px;
  }
  #modal-1 .am-modal-dialog .am-modal-hd .title {
    font-size: 30px;
  }
  #modal-1 .am-modal-dialog .am-modal-bd {
    padding: 0 30px 30px;
  }
  #modal-1 .am-modal-dialog .am-modal-bd .words {
    line-height: 2;
  }
  #modal-2 .am-modal-dialog {
    width: 90vw;
  }
  #modal-2 .am-modal-dialog .am-modal-hd {
    padding: 76px 0;
  }
  #modal-2 .am-modal-dialog .am-modal-hd .title {
    font-size: 30px;
  }
  #modal-2 .am-modal-dialog .am-modal-bd {
    padding: 36px 33px;
  }
  #modal-2 .am-modal-dialog .am-modal-bd .words {
    line-height: 2;
  }
  .job_details_main .job_details_container {
    padding-bottom: 60px;
  }
  .job_details_main .filter .input_group {
    height: 50px;
  }
  .job_details_main .filter .input_group input{
      font-size: 14px;
  }
  .job_details_main .filter .input_group button {
    width: 34%;
    font-size: 1.4rem;
  }
  .job_details_main .job_type .label {
    font-size: 1.4rem;
    line-height: 30px;
  }
  .job_details_main .job_type .job_type_list li {
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
  }
  .job_details_main .job_total .title {
    font-size: 16px;
  }
  .job_details_main .table_list .thead .td,
  .job_details_main .table_list .am-accordion-title .td {
    padding: 0 10px;
  }
  .job_details_main .table_list .am-accordion-title .td {
    padding: 12px 10px;
  }
  .job_details_main .table_list .am-accordion-content {
    padding: 30px 0;
  }
  .job_details_main .table_list .am-accordion-content .l,
  .job_details_main .table_list .am-accordion-content .r {
    width: 100%;
    flex: auto;
    padding: 0 10px;
  }
  .job_details_main .table_list .am-accordion-content .r {
    margin-top: 20px;
  }
  .job_details_main .table_list .am-accordion-content .bottom {
    margin-top: 20px;
  }
  .job_details_main .table_list .am-accordion-content p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .join_flow_main .join_flow_container {
    min-height: unset;
    margin-bottom: 60px;
  }
  .join_flow_main .join_flow_container .join_title {
    margin-bottom: 40px;
  }
  .product_main .swiperBanner {
    right: 80px;
    width: 330px;
  }
  .product_main .product_container {
    padding: 40px 0 60px;
  }
  .product_main .product_container .sub_nav {
    gap: 20px;
    margin-bottom: 40px;
  }
  .product_main .product_container .sub_nav a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  .product_main .product_container .product_swiper .swiper-button-next,
  .product_main .product_container .product_swiper .swiper-button-prev {
    width: 60px;
    height: 34px;
    border-radius: 17px;
  }
  .product_main .product_container .product_swiper .info .l .title {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
  }
  .product_main .product_container .product_swiper .info .l .desc {
    font-size: 12px;
  }
  .product_main .product_container .product_swiper .swiper-slide.swiper-slide-active .info{
      display: contents;
  }
  .product_main .product_container .product_swiper .info .r {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 140px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 12rem;
  }
  .product_main .product_container .product_swiper .info .r span {
    margin-right: 10px;
    font-size: 14px;
  }
  .product_details_main .details_container .main_fir .down {
    margin-top: 20px;
  }
  .product_details_main .details_container .main_fir .down .details {
    width: 45.05%;
    padding: 28px 27px 28px 19px;
    min-height: 400px;
  }
  .product_details_main .details_container .main_fir .down .details .title {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .product_details_main .details_container .main_fir .down .details .line {
    margin: 12px 0;
  }
  .product_details_main .details_container .main_fir .down .details .desc {
    line-height: 1.5;
  }
  .product_details_main .details_container .main_sec .wrap {
    height: 60px;
  }
  .product_details_main .details_container .main_sec .wrap .l {
    font-size: 18px;
  }
  .product_details_main .details_container .main_sec .wrap .r a {
    font-size: 14px;
  }
  .product_details_main .details_container .main_thi .wrap .r {
    /*margin-left: 7%;*/
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 strong {
    font-size: 48px;
    line-height: 32px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 small {
    font-size: 20px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l2 {
    font-size: 26px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l4 {
    font-size: 16px;
  }
  .product_details_main .details_container .repeatItem .content {
    width: 64.6%;
    min-height: 500px;
    padding: 30px 0;
  }
  .product_details_main .details_container .repeatItem .content .title {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
  .product_details_main .details_container .repeatItem .content .desc {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .product_details_main .details_container .repeatItem .content .words {
    padding-right: 70px;
  }
  .product_details_main .details_container .repeatItem .content .words p {
    line-height: 1.8;
  }
  .product_details_main .details_container .repeatItem .content.am-fr {
    padding-left: 12%;
  }
  .product_details_main .details_container .repeatItem .content.am-fr .words {
    padding-right: 20px;
  }
  .about_main .about_container .item1 {
    padding: 58px 0 60px;
  }
  .about_main .about_container .item1 .top {
    display: block;
  }
  .about_main .about_container .item1 .top .l,
  .about_main .about_container .item1 .top .r {
    width: 100%;
  }
  .about_main .about_container .item1 .top .l .desc {
    overflow: unset;
    max-height: unset;
    font-size: 14px;
  }
  .about_main .about_container .item1 .top .r {
    margin-top: 20px;
  }
  .about_main .about_container .item1 .bottom ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .about_main .about_container .item1 .bottom ul li {
    width: 48%;
  }
  .about_main .about_container .item1 .bottom ul li .icon {
    width: 50px;
    height: 50px;
  }
  .about_main .about_container .item2 {
    padding: 0;
    background: url(../images/about_history_bg_02.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_main .about_container .item2 .bg {
    width: 0px;
    height: 0px;
  }
  .about_main .about_container .item2 .title {
    font-size: 20px;
    top: 50px;
    text-align: center;
    font-weight: bold;
  }
  .about_main .about_container .item2 .pc {
    display: none !important;
  }
  .about_main .about_container .item2 .mobile {
    display: block !important;
    padding: 0px 10px 60px 10%;
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 100px;
  }
  .about_main .about_container .item2 .history_list {
    padding: 20px 0px 0 0px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    margin-top: 40px;
    position: relative;
    display: block !important;
  }
  .about_main .about_container .item2 .history_list::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 0;
  }
  .about_main .about_container .item2 .history_list li {
    position: unset;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
            justify-content: space-around;
  }
  
  .about_main .about_container .item2 .history_list li .info p {
      font-size: 14px;
  }
  .about_main .about_container .item2 .history_list li .img {
    width: 60px;
    height: 60px;
    transform: translateX(-30px);
  }
  .about_main .about_container .item2 .history_list li + li {
    margin-top: 0px;
  }
  .about_main .about_container .item2 .history_list li .info {
    padding-left: 0;
  }
  .about_main .about_container .item2 .history_list li .info h3 {
    font-size: 22px;
  }
  .about_main .about_container .item3 {
    padding: 50px 0 60px;
  }
  .about_main .about_container .item3 .title {
    font-size: 20px;
    font-weight: bold;
  }
  .about_main .about_container .item3 .honor_swiper {
    margin-top: 50px;
    padding: 0 40px;
  }
  .about_main .about_container .item3 .honor_swiper .swiper-button-next,
  .about_main .about_container .item3 .honor_swiper .swiper-button-prev {
    bottom: -40px;
    top: unset;
    margin: 0;
    width: 50px;
    height: 28px;
    font-size: 16px;
  }
  .about_main .about_container .item3 .honor_swiper .swiper-button-next .iconfont,
  .about_main .about_container .item3 .honor_swiper .swiper-button-prev .iconfont {
    font-size: 1.4rem;
  }
  .about_main .about_container .item4 {
    padding: 50px 0 95px;
  }
  .about_main .about_container .item4 .title {
    font-size: 20px;
    font-weight: bold;
  }
  .about_main .about_container .item4 .wrap {
    margin-top: 50px;
    display: block;
    height: auto;
  }
  .about_main .about_container .item4 .wrap .l,
  .about_main .about_container .item4 .wrap .r {
    width: 100%;
  }
  .about_main .about_container .item4 .wrap .l {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    height: 130px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .about_main .about_container .item4 .wrap .l .item {
    padding: 20px 10px 20px;
    height: 130px;
    flex: 1;
  }
  .about_main .about_container .item4 .wrap .l .item .img img {
    height: 50px;
  }
  .about_main .about_container .item4 .wrap .l .item .info {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 {
    transform: unset;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 span {
    font-size: 16px;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3::after {
    display: none;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 i {
    display: none;
  }
  .about_main .about_container .item4 .wrap .l .item:hover .info h3,
  .about_main .about_container .item4 .wrap .l .item.active .info h3 {
    transform: unset;
  }
  .about_main .about_container .item4 .wrap .l .item:hover .info h3 i,
  .about_main .about_container .item4 .wrap .l .item.active .info h3 i {
    opacity: 1;
  }
  .about_main .about_container .item4 .wrap .r {
    margin-top: 20px;
  }
  .about_main .about_container .item4 .wrap .r .article {
    height: unset;
  }
  .about_main .about_container .item4 .wrap .r .article h2 {
    font-size: 20px;
  }
  .about_main .about_container .item4 .wrap .r .article h4 {
    font-size: 16px;
  }
  .about_main .about_container .item4 .wrap .r .article p {
    font-size: 14px;
  }
  .about_main .about_container .item5 {
    padding: 50px 0 60px;
  }
  .about_main .about_container .item5 .title {
    font-size: 20px;
    font-weight: bold;
  }
  .about_main .about_container .item5 .am-nav-tabs {
    margin: 30px 0 35px;
  }
  .about_main .about_container .item5 .am-nav-tabs li {
    font-size: 16px;
  }
  .about_main .about_container .item5 .am-tabs-bd .am-tab-pane {
    flex-wrap: wrap;
  }
  .about_main .about_container .item5 .am-tab-panel {
    height: auto;
    flex-wrap: wrap;
  }
  .about_main .about_container .item5 .am-tab-panel .l,
  .about_main .about_container .item5 .am-tab-panel .r {
    width: 100%;
  }
  .about_main .about_container .item5 .am-tab-panel .r {
    gap: 10px;
  }
  .about_main .about_container .item5 .am-tab-panel .l .img_item {
    height: 360px;
  }
  .about_main .about_container .item5 .am-tab-panel .swiper-slide {
    height: auto;
    flex-wrap: wrap;
  }
  .about_main .about_container .item5 .am-tab-panel .img_item p {
    font-size: 1.4rem;
  }
  .about_main .about_container .item6 {
    padding: 50px 0 60px;
  }
  .about_main .about_container .item6 .wrap {
    flex-wrap: wrap;
  }
  .about_main .about_container .item6 .wrap .l,
  .about_main .about_container .item6 .wrap .r {
    width: 100%;
  }
  .about_main .about_container .item6 .wrap .r {
    margin-top: 30px;
  }
  .about_main .about_container .item6 .wrap .arrow .swiper-button-next,
  .about_main .about_container .item6 .wrap .arrow .swiper-button-prev {
    margin: 0;
    width: 50px;
    height: 28px;
    font-size: 16px;
  }
  .about_main .about_container .item6 .wrap .arrow .swiper-button-next .iconfont,
  .about_main .about_container .item6 .wrap .arrow .swiper-button-prev .iconfont {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .am-container {
    padding: 0 20px;
  }

  .main .common_banner .wrap .words h2 {
    font-size: 24px;
  }
  .main .common_banner .wrap .words p {
    font-size: 16px;
    margin-top: 12px;
  }
  .main .footer .top .r {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .main .footer .copyright .l,
  .main .footer .copyright .r {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: auto;
    line-height: 1.5;
    font-size: 12px;
  }
  .main .footer .copyright .l {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
  }
  .main .footer .copyright .l .footLogo {
    margin-bottom: 10px;
  }
  .main .am-pagination li a {
    line-height: 36px;
    font-size: 1.2rem;
  }
  .main .am-pagination li.page a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .main .am-pagination li:not(.page) a {
    width: 60px;
  }
  .main .join_title h2 {
    font-size: 24px;
  }
  .main .join_title h2:before {
    width: 40px;
    height: 40px;
  }
  .join_schedule_main .join_schedule_container .join_schedule ul .date{
    font-size: 22px;
  }
  .join_schedule_main .join_schedule_container .join_schedule ul .info .desc p{
    font-size: 14px;
  }
  .new_details_main .article_info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .new_details_main .article_info .attrs .l{
    font-size: 14px;
  }
  .new_details_main .article_info .attrs .r span{
    font-size: 14px;
  }
  .new_details_main .article_info .attrs {
    margin-top: 16px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .new_details_main .article .am-paragraph-default p{
    font-size: 14px;
    line-height: 1.5;
  }
  .new_details_main .article_info .attrs .l,
  .new_details_main .article_info .attrs .r {
    width: 100%;
  }
  .new_details_main .article_info .attrs .r {
    margin-top: 10px;
  }
  .new_details_main .article {
    padding: 16px 0 20px;
  }
  .new_details_main .new_details_container {
    padding-bottom: 60px;
  }
  .new_details_main .article_foot {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    flex-direction: column-reverse;
  }
  .new_details_main .article_foot .l {
    width: 100%;
    margin-top: 20px;
  }
  .new_details_main .article_foot .l p,
  .new_details_main .article_foot .l a {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .new_details_main .article_foot .r {
    width: 100%;
    margin-top: 0px;
  }
  .new_details_main .article_foot .r .back {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  .service_main .service_container {
    margin: 50px auto 70px;
  }
  .service_main .service_container .wrap {
    flex-wrap: wrap;
  }
  .service_main .service_container .wrap .img {
    transform: scale(1);
    width: 100%;
  }
  .service_main .service_container .wrap .words {
    width: 100% !important;
    position: unset;
    align-items: center !important;
    margin-top: 20px;
  }
  .service_main .service_container .wrap .words .text {
    text-align: center !important;
  }
  .service_main .aside_banner {
    display: block;
  }
  .service_main .aside_banner .item .words p {
    font-size: 23px;
  }
  #modal-1 .am-modal-dialog {
    width: 94vw;
  }
  #modal-1 .am-modal-dialog .am-modal-hd {
    padding: 30px 0 22px;
  }
  #modal-1 .am-modal-dialog .am-modal-hd .title {
    font-size: 24px;
  }
  #modal-1 .am-modal-dialog .am-modal-bd {
    padding: 0 20px 20px;
  }
  #modal-2 .am-modal-dialog {
    width: 94vw;
  }
  #modal-2 .am-modal-dialog .am-modal-hd {
    padding: 46px 0;
  }
  #modal-2 .am-modal-dialog .am-modal-hd .title {
    font-size: 24px;
  }
  #modal-2 .am-modal-dialog .am-modal-bd {
    padding: 20px 20px;
  }
  .job_main .recruitment_banner {
    height: 400px;
  }
  .job_main .recruitment_banner .wrap .words {
    padding-top: 80px;
    text-align: center;
  }
  .job_main .recruitment_banner .wrap .words h2 {
    font-size: 24px;
  }
  .job_main .recruitment_banner .wrap .words p {
    font-size: 14px;
    margin-top: 18px;
  }
  .job_main .recruitment_banner .wrap .search_group input {
    font-size: 1.4rem;
  }
  .job_main .recruitment_banner .wrap .words2 {
    font-size: 1.4rem;
  }
  .job_main .recruitment_banner .wrap .search_group {
    margin-top: 35px;
    height: 40px;
    line-height: 40px;
    width: 90%;
  }
  .job_main .recruitment_banner .wrap .search_group button {
    width: 120px;
    font-size: 1.4rem;
  }
  .job_main .job_container {
    padding: 40px 0 80px;
  }
  .job_main .job_container .l {
    width: 100%;
  }
  .job_main .job_container .l .head .title {
    font-size: 20px;
  }
  .job_main .job_container .l .head .more {
    font-size: 14px;
  }
  .job_main .job_container .l .job_list {
    margin-top: 23px;
  }
  .job_main .job_container .l .job_list > thead > tr > th {
    padding: 14px 5px;
  }
  .job_main .job_container .l .job_list > tbody > tr > td,
  .job_main .job_container .l .job_list > tfoot > tr > td,
  .job_main .job_container .l .job_list > thead > tr > td,
  .job_main .job_container .l .job_list > tbody > tr > th,
  .job_main .job_container .l .job_list > tfoot > tr > th,
  .job_main .job_container .l .job_list > thead > tr > th {
    font-size: 1.4rem;
  }
  .job_main .job_container .l .job_list > tbody > tr > td:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > td:first-child,
  .job_main .job_container .l .job_list > thead > tr > td:first-child,
  .job_main .job_container .l .job_list > tbody > tr > th:first-child,
  .job_main .job_container .l .job_list > tfoot > tr > th:first-child,
  .job_main .job_container .l .job_list > thead > tr > th:first-child {
    padding-left: 5px;
    width: 24%;
  }
  .job_main .job_container .l .job_list > tbody tr > td {
    padding: 14px 5px;
  }
  .job_main .job_container .r {
    width: 100%;
    margin-top: 20px;
  }
  .job_main .job_container .r .company_list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_main .swiperBanner {
    right: 40px;
    width: 200px;
  }
  .product_details_main .details_container .main_fir {
    padding-bottom: 20px;
  }
  .product_details_main .details_container .main_fir .top {
    height: 60px;
  }
  .product_details_main .details_container .main_fir .top .r {
    display: none;
  }
  .product_details_main .details_container .main_fir .down {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .product_details_main .details_container .main_fir .down .good_img {
    width: 100%;
  }
  .product_details_main .details_container .main_fir .down .details {
    width: 100%;
    padding: 28px 27px 28px 19px;
    min-height: unset;
  }
  .product_details_main .details_container .main_fir .down .details .title {
    margin-bottom: 0.25em;
    font-size: 22px;
  }
  .product_details_main .details_container .main_fir .down .details .line {
    margin: 12px 0;
  }
  .product_details_main .details_container .main_fir .down .details .desc {
    line-height: 1.5;
  }
  .product_details_main .details_container .main_sec .wrap {
    height: 40px;
  }
  .product_details_main .details_container .main_sec .wrap .l {
    display: none;
  }
  .product_details_main .details_container .main_sec .wrap .r a {
    font-size: 14px;
  }
  .product_details_main .details_container .main_thi {
    margin-top: 0;
  }
  .product_details_main .details_container .main_thi .wrap {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .product_details_main .details_container .main_thi .wrap .l {
    width: 100%;
    order: 1 !important;
  }

  .product_details_main .details_container .main_thi .wrap .r {
    margin-left: 0;
    width: 100%;
    order: 1 !important;
    font-size: 14px;
    line-height: 1.8;
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 strong {
    font-size: 35px;
    line-height: 32px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l1 small {
    font-size: 18px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l2 {
    font-size: 20px;
  }
  .product_details_main .details_container .main_thi .wrap .r .l4 {
    font-size: 16px;
  }
  .product_details_main .details_container .main_fou .words {
    width: 100%;
    padding: 30px 0 24px;
  }
  .product_details_main .details_container .main_fou .words .title {
    font-size: 24px;
  }
  .product_details_main .details_container .main_fou .words .desc {
    font-size: 18px;
  }
  .product_details_main .details_container .main_fou .words .content {
    padding-right: 20px;
    line-height: 1.7;
    font-size: 1.4rem;
    color: #666;
  }
  .product_details_main .details_container .repeatItem .content {
    width: 100%;
    min-height: 400px;
    padding: 30px 0;
  }
  .product_details_main .details_container .repeatItem .content .title {
    font-size: 24px;
  }
  .product_details_main .details_container .repeatItem .content .desc {
    font-size: 18px;
  }
  .product_details_main .details_container .repeatItem .content .words {
    padding-right: 0px;
  }
  .product_details_main .details_container .repeatItem .content .words p {
    line-height: 1.6;
    text-shadow: 1px 1px 1px #fff;
  }
  .product_details_main .details_container .repeatItem .content.am-fr {
    padding-left: 2%;
  }
  .product_details_main .details_container .repeatItem .content.am-fr .words {
    padding-right: 20px;
  }
  .index_main .item1 .index_banner .swiper-pagination-bullet {
    width: 15px;
  }
  .index_main .item1 .index_banner .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5px;
  }
  .index_main .item1 .scroll_tips p {
    line-height: 1;
    font-size: 1.4rem;
  }
  .index_main .item1 .swiper-slide {
    background-image: var(--img_s);
  }
  .index_main .item1 .swiper-slide .subImg {
    width: 90%;
    top: 20%;
  }
  .index_main .item1 .swiper-slide .btn {
    width: 150px;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
  }
  .index_main .item1 .swiper-slide .product_img {
    width: 96%;
    top: unset;
    bottom: 15%;
    left: 2%;
  }
  .index_main .item2 {
    background-image: var(--bg_s);
  }
  .index_main .item2 .l {
    top: 10%;
    padding: 0 3rem;
  }
  .index_main .item2 .l .label {
    font-size: 16px;
  }
  .index_main .item2 .l .slogan {
    font-size: 24px;
  }
  .index_main .item2 .l .btn {
    padding: 12px 30px;
    margin-top: 20px;
  }
  .index_main .item2 .l .btn .iconfont {
    margin-left: 15px;
  }
  .index_main .item2 .c {
    left: 0;
    top: unset;
    bottom: 7%;
    height: 20%;
    width: 96%;
    left: 2%;
  }
  .index_main .item2 .c .swiper-wrapper {
    padding-left: 0;
  }
  .index_main .item2 .c .swiper-slide {
    transform: unset !important;
    padding-left: 0;
  }
  .index_main .item2 .c .swiper-slide:before {
    display: none;
  }
  .index_main .item2 .c .swiper-slide:after {
    display: none !important;
  }
  .index_main .item2 .c .swiper-slide.swiper-slide-active {
    transform: unset;
  }
  .index_main .item2 .c .swiper-slide .icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .index_main .item2 .c .swiper-slide .info .desc {
    font-size: 1.4rem;
  }
  .index_main .item2 .r {
    right: 0;
  }
  .index_main .item3 .l {
    width: auto;
  }
  .index_main .item3 .l .wrap {
    justify-content: flex-end;
    position: unset;
  }
  .index_main .item3 .l .words {
    width: calc(100vw - 136px);
    right: calc(-100vw + 118px);
    position: absolute;
    top: 80px;
  }
  .index_main .item3 .l .words .label,
  .index_main .item3 .l .words .slogan {
    padding: 0;
  }
  .index_main .item3 .l .sceneList li {
    padding: 0 10px;
  }
  .index_main .item3 .l .sceneList li .title,
  .index_main .item3 .l .sceneList li .iconfont {
    display: none;
  }
  .index_main .item3 .l .sceneList li .icon {
    margin-right: 0;
  }
  
  .index_main .item3 .r .title {
  font-size: 20px;
}

  .index_main .item3 .r {
    padding: 0 10px;
    width: calc(100% - 60px);
  }
  .index_main .item3 .r .desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .index_main .item4 .l {
    padding: 0 10px;
    text-align: center;
  }
  .index_main .item4 .l .slogan {
    font-size: 24px;
    margin-top: 18px;
  }
  .index_main .item4 .l .total_num {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 0;
    justify-content: space-around;
    margin-top: 20px;
  }
  .index_main .item4 .l .total_num li {
    width: 45%;
    text-align: left;
  }
  .index_main .item4 .l .total_num li .number {
    font-size: 26px;
  }
  .index_main .item4 .l .total_num li p {
    font-size: 12px;
  }
  .index_main .item4 .l .video_container {
    margin: 36px auto 0;
  }
  .index_main .item4 .l .btn {
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin: 36px auto 0;
  }
  .index_main .item5 .l {
    margin-top: 30%;
  }
  .index_main .item5 .l .slogan {
    font-size: 20px;
    line-height: 1.8;
  }
  .index_main .item5 .brandSwiper {
    height: auto;
    margin-top: 28px;
  }
  .index_main .item5 .brandSwiper .swiper-container {
    padding: 128px 0 0;
  }
  .index_main .item5 .brandSwiper .swiper-slide {
    height: auto;
  }
  .index_main .item5 .brandSwiper .swiper-slide span.am-block {
    width: 90px;
    height: 90px;
  }
  .index_main .item5 .brandSwiper .arrow_box {
    bottom: 0;
  }
  .index_main .item5 .total_num {
    gap: 20px;
    padding: 0 10px;
  }
  .index_main .item5 .total_num li .number {
    font-size: 42px;
  }
  .index_main .item5 .total_num li .number::after {
    font-size: 24px;
  }
  .index_main .item5 .total_num li p {
    font-size: 14px;
  }
  .index_main .item6 {
    padding: 0 10px;
  }
  .index_main .item6 .words {
    text-align: center;
  }
  .index_main .item6 .words .slogan {
    font-size: 24px;
    margin-top: 18px;
  }
  .index_main .item6 .news_swiper .swiper-container {
    padding-top: 20px;
  }
  .index_main .item6 .news_swiper .new_item.swiper-slide-active,
  .index_main .item6 .news_swiper .new_item:hover {
    background: #f6f6f6;
  }
  .index_main .item6 .news_swiper .new_item + .new_item {
    border-left: none;
  }
  .index_main .item6 .news_swiper .new_item .info {
    height: 150px;
    padding-top: 10px;
  }
  .index_main .item6 .news_swiper .new_item .info .label {
    margin-bottom: 5px;
  }
  .index_main .item6 .news_swiper .new_item .info .title {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 32px;
    max-height: 64px;
  }
  .index_main .item6 .news_swiper .new_item .info .attr {
    height: auto;
    margin-top: 10px;
  }
  .index_main .item6 .arrow_box {
    display: none;
  }
  .contact_main .companyInfo {
    padding: 28px 10px 28px;
  }
  .contact_main .companyInfo .info {
    margin-top: 10px;
  }
  .contact_main #message .r .title {
    display: block;
    text-align: center;
  }
  .contact_main #message .r .title b {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .contact_main #message .r .title small {
    line-height: 1.5;
    display: block;
    margin-top: 16px;
    margin-left: 0;
    font-size: 14px;
  }
  .job_details_main .table_list .thead {
    line-height: 1.5;
    font-size: 1.4rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 60px;
    justify-content: space-between;
  }
  .job_details_main .table_list .thead .td {
    padding: 0 4px;
  }
  .job_details_main .table_list .am-accordion-title .td {
    padding: 4px 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  .join_schedule_main .join_schedule_container .join_schedule {
    padding: 0 10px 0 20px;
  }
  .join_schedule_main .join_schedule_container .join_schedule ul li {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .join_schedule_main .join_schedule_container .join_schedule ul li .date,
  .join_schedule_main .join_schedule_container .join_schedule ul li .info {
    width: 100%;
  }
  .join_schedule_main .join_schedule_container .join_schedule ul li .info {
    margin-top: 20px;
    margin-left: 0;
  }
  .join_qa_main .join_qa_container .qa_list li {
    padding: 20px 10px 20px 46px;
  }
  .join_qa_main .join_qa_container .qa_list li .q:before,
  .join_qa_main .join_qa_container .qa_list li .a:before {
    width: 26px;
    height: auto;
    left: -40px;
    transform: unset;
    top: 10px;
  }
  .join_qa_main .join_qa_container .qa_list li .q {
    font-size: 14px;
    margin-bottom: 0.25em;
    line-height: 1.7;
  }
  .join_qa_main .join_qa_container .qa_list li .a {
    font-size: 1.4rem;
  }
  .news_main .news_container {
    padding-bottom: 60px;
  }
  .about_main .about_container .item1 {
    padding: 30px 0 30px;
  }
  .about_main .about_container .item1 .bottom {
    margin-top: 30px;
  }
  .about_main .about_container .item1 .bottom ul {
    gap: 10px;
    justify-content: space-between;
  }
  .about_main .about_container .item1 .bottom ul li {
    gap: 10px;
  }
  .about_main .about_container .item1 .bottom ul li .info .number {
    font-size: 20px;
  }
  .about_main .about_container .item1 .bottom ul li .info .number:after {
    font-size: 20px;
  }
  .about_main .about_container .item1 .bottom ul li .info .number p {
    margin-top: 6px;
  }
  .about_main .about_container .item1 .bottom ul li .info .unit {
    font-size: 1.2rem;
  }
  .about_main .about_container .item1 .bottom ul li .info p {
    font-size: 1.2rem;
  }
  .about_main .about_container .item1 .bottom ul li .info .total{
      height: 25px;
  }
  .about_main .about_container .item1 .bottom ul li .icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
  }
  .about_main .about_container .item4 {
    padding-bottom: 40px;
  }
  .about_main .about_container .item4 .wrap .l {
    height: 110px;
  }
  .about_main .about_container .item4 .wrap .l .item {
    height: 110px;
  }
  .about_main .about_container .item4 .wrap .l .item .img img {
    height: 36px;
  }
  .about_main .about_container .item4 .wrap .l .item .info h3 span {
    font-size: 16px;
  }
  .about_main .about_container .item5 .am-nav-tabs {
    gap: 20px;
  }
  .about_main .about_container .item5 .am-tab-panel .l .img_item {
    height: 200px;
  }
}
.video_layer.layui-layer-page .layui-layer-content {
  padding: 0;
  width: 1200px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video_layer.layui-layer-page .layui-layer-content .index_video {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.97);
}
